Package | Description |
---|---|
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
TypePermissionRequest |
TypePermissionRequest.setPerms(List<TypePermissionItem> perms)
Set permission list
|
TypePermissionRequest |
TypePermissionRequest.setRoles(List<RoleItem> roles)
Set role list
|
TypePermissionRequest |
TypePermissionRequest.setSubGroups(boolean subGroups)
Set whether to set permissions on the subgroups
|
TypePermissionRequest |
TypePermissionRequest.setSubObjects(boolean subObjects)
Set whether to set permissions for the subobjects
|
Modifier and Type | Method and Description |
---|---|
GenericResponse |
GroupResource.setInstancePerms(String id,
String type,
Integer instanceId,
long waitMs,
TypePermissionRequest request)
Set instance permissions for a group
|
GenericResponse |
GroupResource.setTypePerms(String id,
String type,
long waitMs,
TypePermissionRequest request)
Set type permissions for a group
|
Copyright © 2019 Gentics Software. All rights reserved.