Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
SetPermsRequest |
SetPermsRequest.setGroupId(int groupId)
Set the group ID
|
SetPermsRequest |
SetPermsRequest.setPerm(String perm)
Set the permission bits and roles
|
SetPermsRequest |
SetPermsRequest.setRoleIds(Set<Integer> roleIds)
Set set of role IDs to be set
|
SetPermsRequest |
SetPermsRequest.setSubGroups(boolean subGroups)
Set whether to set permissions on the subgroups
|
SetPermsRequest |
SetPermsRequest.setSubObjects(boolean subObjects)
Set whether to set permissions for the subobjects
|
Modifier and Type | Method and Description |
---|---|
GenericResponse |
PermResource.setPermissions(String objType,
int objId,
long waitMs,
SetPermsRequest req)
Set the permissions on the identified object according to the posted request
|
GenericResponse |
PermResource.setPermissions(String type,
long waitMs,
SetPermsRequest req)
Set the permissions on the type
|
Copyright © 2024 Gentics Software. All rights reserved.