Uses of Class
com.gentics.contentnode.rest.model.request.SetPermsRequest
-
Packages that use SetPermsRequest Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource -
-
Uses of SetPermsRequest in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return SetPermsRequest Modifier and Type Method Description SetPermsRequest
SetPermsRequest. setGroupId(int groupId)
Set the group IDSetPermsRequest
SetPermsRequest. setPerm(String perm)
Set the permission bits and rolesSetPermsRequest
SetPermsRequest. setRoleIds(Set<Integer> roleIds)
Set set of role IDs to be setSetPermsRequest
SetPermsRequest. setSubGroups(boolean subGroups)
Set whether to set permissions on the subgroupsSetPermsRequest
SetPermsRequest. setSubObjects(boolean subObjects)
Set whether to set permissions for the subobjects -
Uses of SetPermsRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type SetPermsRequest Modifier and Type Method Description GenericResponse
PermResource. setPermissions(String objType, int objId, long waitMs, SetPermsRequest req)
Set the permissions on the identified object according to the posted requestGenericResponse
PermResource. setPermissions(String type, long waitMs, SetPermsRequest req)
Set the permissions on the type
-