Uses of Class
com.gentics.contentnode.rest.model.Privilege
-
Packages that use Privilege Package Description com.gentics.contentnode.rest.model com.gentics.contentnode.rest.model.response -
-
Uses of Privilege in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model with type parameters of type Privilege Modifier and Type Field Description protected Map<Privilege,Boolean>
LanguagePrivileges. privileges
protected Map<Privilege,Boolean>
PrivilegeMap. privileges
Deprecated.Methods in com.gentics.contentnode.rest.model that return Privilege Modifier and Type Method Description static Privilege
Privilege. getPrivilege(int permBit)
Get the privilege by perm bitstatic Privilege
Privilege. valueOf(String name)
Returns the enum constant of this type with the specified name.static Privilege[]
Privilege. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model that return types with arguments of type Privilege Modifier and Type Method Description static Set<Privilege>
Privilege. forRoleCheckType(int roleCheckType)
Get the privileges for the given role check typestatic Set<Privilege>
Privilege. getAvailable(int objType)
Get the privileges available on objects of the given typeList<Privilege>
Folder. getPrivileges()
Folder privilegesMap<Privilege,Boolean>
LanguagePrivileges. getPrivileges()
Privileges for the languageMap<Privilege,Boolean>
PrivilegeMap. getPrivileges()
Deprecated.Privileges not specific to languagesMethods in com.gentics.contentnode.rest.model with parameters of type Privilege Modifier and Type Method Description Boolean
FilePrivileges. get(Privilege privilege)
Boolean
PagePrivileges. get(Privilege privilege)
FilePrivileges
FilePrivileges. set(Privilege privilege, Boolean flag)
PagePrivileges
PagePrivileges. set(Privilege privilege, Boolean flag)
Method parameters in com.gentics.contentnode.rest.model with type arguments of type Privilege Modifier and Type Method Description void
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 Privilege Modifier and Type Method Description List<Privilege>
PrivilegesResponse. getPrivileges()
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Privilege Modifier and Type Method Description void
PrivilegesResponse. setPrivileges(List<Privilege> privileges)
Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type Privilege Constructor Description PrivilegesResponse(Message message, ResponseInfo responseInfo, List<Privilege> privileges)
-