public static class WGDatabase.AccessLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESSLEVEL_GROUP_PREFIX |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Returns the numeric code
|
java.lang.String |
getGroupName()
Returns the name of the group containing all users having at least this access level
|
java.lang.String |
getName()
Returns the name
|
boolean |
isAllowDeletingDocumentsAvailable()
Returns if users of this level may have the privilege to delete documents
|
boolean |
isAllowDeletingDocumentsDefault()
Returns if users of this level have the privilege to delete documents by default
|
boolean |
isAllowDirectAccessAvailable()
Returns if users of this level may have the privilege for direct access
|
boolean |
isAllowDirectAccessDefault()
Returns if users of this level have the privilege for direct access by default
|
boolean |
isAllowMovingStructEntriesAvailable()
Returns if users of this level may have the privilege to move pages
|
boolean |
isAllowMovingStructEntriesDefault()
Returns if users of this level have the privilege to move pages by default
|
boolean |
isUsageInACL()
Returns if this level may be used for ACL entries
|
public static final java.lang.String ACCESSLEVEL_GROUP_PREFIX
public boolean isAllowMovingStructEntriesDefault()
public boolean isAllowDeletingDocumentsDefault()
public boolean isAllowDirectAccessDefault()
public boolean isAllowMovingStructEntriesAvailable()
public boolean isAllowDeletingDocumentsAvailable()
public boolean isAllowDirectAccessAvailable()
public int getCode()
public java.lang.String getName()
public java.lang.String getGroupName()
public boolean isUsageInACL()