Package | Description |
---|---|
com.gentics.contentnode.rest.model.perm | |
com.gentics.contentnode.rest.model.request | |
com.gentics.contentnode.rest.model.response |
Modifier and Type | Method and Description |
---|---|
TypePermissionItem |
TypePermissionItem.setCategory(String category)
Set category
|
TypePermissionItem |
TypePermissionItem.setDescription(String description)
Set description
|
TypePermissionItem |
TypePermissionItem.setEditable(boolean editable)
Set editable flag
|
TypePermissionItem |
TypePermissionItem.setLabel(String label)
Set label
|
TypePermissionItem |
TypePermissionItem.setType(PermType type)
Set type
|
TypePermissionItem |
TypePermissionItem.setValue(boolean value)
Set value
|
Modifier and Type | Method and Description |
---|---|
List<TypePermissionItem> |
TypePermissions.getPerms()
List of permissions available for the type
|
Modifier and Type | Method and Description |
---|---|
TypePermissions |
TypePermissions.setPerms(List<TypePermissionItem> perms)
Set permissions
|
Modifier and Type | Method and Description |
---|---|
List<TypePermissionItem> |
TypePermissionRequest.getPerms()
List of permissions to change
|
Modifier and Type | Method and Description |
---|---|
TypePermissionRequest |
TypePermissionRequest.setPerms(List<TypePermissionItem> perms)
Set permission list
|
Modifier and Type | Method and Description |
---|---|
List<TypePermissionItem> |
TypePermissionResponse.getPerms()
Permissions
|
Modifier and Type | Method and Description |
---|---|
TypePermissionResponse |
TypePermissionResponse.setPerms(List<TypePermissionItem> perms)
Set permissions
|
Copyright © 2019 Gentics Software. All rights reserved.