Role.PermissionMergeStrategy
ADDING_STRATEGY, asRoleName, REMOVING_STRATEGY, REPLACING_STRATEGY
Constructor and Description |
---|
ContentRole() |
ContentRole(Role role) |
ContentRole(java.lang.String roleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowForAll()
Returns whether all users have this role automatically.
|
boolean |
isInherit()
Returns whether the users/groups that have this role are inherited from the parent object.
|
void |
setAllowForAll(boolean allowForAll) |
void |
setInherit(boolean inherit) |
java.lang.String |
toString() |
addPermissions, applyRole, applyRoleMap, compareTo, equals, getGroupIds, getGroupUuids, getName, getUsernames, getUserUuids, hashCode, removePermissions, setGroupIds, setGroupUuids, setName, setUsernames, setUserUuids
public ContentRole()
public ContentRole(java.lang.String roleName)
public ContentRole(Role role)
public boolean isInherit()
public void setInherit(boolean inherit)
public boolean isAllowForAll()
public void setAllowForAll(boolean allowForAll)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.