| Package | Description |
|---|---|
| com.orchestranetworks.addon.dama.ext.enumeration |
Provides enumerations for permissions on assets, asset state, and sorting assets.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessPermission |
AccessPermission.convertBooleanToAccessPermission(Boolean booleanValue)
Converts a boolean value to an
AccessPermission. |
AccessPermission |
AccessPermission.min(AccessPermission otherPermission)
Compares permissions and returns the permission with the highest priority.
|
static AccessPermission |
AccessPermission.parse(String flag)
Parses the specified flag and returns the corresponding
AccessPermission instance. |
static AccessPermission |
AccessPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPermission[] |
AccessPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPermission |
AccessPermission.min(AccessPermission otherPermission)
Compares permissions and returns the permission with the highest priority.
|