Uses of Class
com.gentics.contentnode.rest.model.response.MeshRolesResponse
-
Packages that use MeshRolesResponse Package Description com.gentics.contentnode.rest.model.response com.gentics.contentnode.rest.resource -
-
Uses of MeshRolesResponse in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return MeshRolesResponse Modifier and Type Method Description MeshRolesResponse
MeshRolesResponse. setRoles(List<String> roles)
Set Mesh role names -
Uses of MeshRolesResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return MeshRolesResponse Modifier and Type Method Description MeshRolesResponse
ContentRepositoryResource. getAvailableRoles(String id)
Get the roles available in the Mesh instance for the Mesh ContentRepositoryMeshRolesResponse
ContentRepositoryResource. getRoles(String id)
Get the roles currently set in the datasource used in the roles object property for the Mesh ContentRepositoryMeshRolesResponse
ContentRepositoryResource. setRoles(String id, MeshRolesRequest request)
Set the roles to be used in the datasource of the roles object property for the Mesh ContentRepository
-