Uses of Enum Class
com.gentics.contentnode.rest.model.Privilege
-
Uses of Privilege in com.gentics.contentnode.rest.model
Modifier and TypeFieldDescriptionLanguagePrivileges.privileges
PrivilegeMap.privileges
Deprecated.Modifier and TypeMethodDescriptionstatic Privilege
Privilege.getPrivilege
(int permBit) Get the privilege by perm bitstatic Privilege
Returns the enum constant of this class with the specified name.static Privilege[]
Privilege.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPrivilege.forRoleCheckType
(int roleCheckType) Get the privileges for the given role check typePrivilege.getAvailable
(int objType) Get the privileges available on objects of the given typeFolder.getPrivileges()
Folder privilegesLanguagePrivileges.getPrivileges()
Privileges for the languagePrivilegeMap.getPrivileges()
Deprecated.Privileges not specific to languagesModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
Folder.setPrivileges
(List<Privilege> privileges) Set the folder privilegesvoid
LanguagePrivileges.setPrivileges
(Map<Privilege, Boolean> privileges) Set the privilege mapvoid
PrivilegeMap.setPrivileges
(Map<Privilege, Boolean> privileges) Deprecated.Set the privilege map -
Uses of Privilege in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionvoid
PrivilegesResponse.setPrivileges
(List<Privilege> privileges) ModifierConstructorDescriptionPrivilegesResponse
(Message message, ResponseInfo responseInfo, List<Privilege> privileges)