Uses of Class
com.gentics.contentnode.rest.model.perm.TypePermissionItem
Packages that use TypePermissionItem
Package
Description
-
Uses of TypePermissionItem in com.gentics.contentnode.rest.model.perm
Methods in com.gentics.contentnode.rest.model.perm that return TypePermissionItemModifier and TypeMethodDescriptionTypePermissionItem.setCategory
(String category) Set categoryTypePermissionItem.setDescription
(String description) Set descriptionTypePermissionItem.setEditable
(boolean editable) Set editable flagSet labelSet typeTypePermissionItem.setValue
(boolean value) Set valueMethods in com.gentics.contentnode.rest.model.perm that return types with arguments of type TypePermissionItemModifier and TypeMethodDescriptionTypePermissions.getPerms()
List of permissions available for the typeMethod parameters in com.gentics.contentnode.rest.model.perm with type arguments of type TypePermissionItemModifier and TypeMethodDescriptionTypePermissions.setPerms
(List<TypePermissionItem> perms) Set permissions -
Uses of TypePermissionItem in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return types with arguments of type TypePermissionItemMethod parameters in com.gentics.contentnode.rest.model.request with type arguments of type TypePermissionItemModifier and TypeMethodDescriptionTypePermissionRequest.setPerms
(List<TypePermissionItem> perms) Set permission list -
Uses of TypePermissionItem in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type TypePermissionItemMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type TypePermissionItemModifier and TypeMethodDescriptionTypePermissionResponse.setPerms
(List<TypePermissionItem> perms) Set permissions