Uses of Enum Class
com.gentics.contentnode.rest.model.Privilege
Packages that use Privilege
-
Uses of Privilege in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model with type parameters of type PrivilegeModifier and TypeFieldDescriptionLanguagePrivileges.privileges
PrivilegeMap.privileges
Deprecated.Methods in com.gentics.contentnode.rest.model that return PrivilegeModifier 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.Methods in com.gentics.contentnode.rest.model that return types with arguments of type PrivilegeModifier 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 languagesMethods in com.gentics.contentnode.rest.model with parameters of type PrivilegeModifier and TypeMethodDescriptionMethod parameters in com.gentics.contentnode.rest.model with type arguments of type PrivilegeModifier 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
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type PrivilegeMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PrivilegeModifier and TypeMethodDescriptionvoid
PrivilegesResponse.setPrivileges
(List<Privilege> privileges) Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type PrivilegeModifierConstructorDescriptionPrivilegesResponse
(Message message, ResponseInfo responseInfo, List<Privilege> privileges)