| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
static BasePermission |
BasePermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasePermission[] |
BasePermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BasePermission> |
Role.getBasePermissions()
Gets the base permissions.
|
java.util.List<BasePermission> |
Service.getEffectiveBasePermissions()
Gets the effective base permissions.
|
java.util.List<BasePermission> |
WorkflowTemplate.getPermissionsManual()
Gets the permissions manual.
|
java.util.List<BasePermission> |
Service.getUserEffectivePermissions(java.lang.String listId,
int itemId,
java.lang.String loginName)
Gets the user effective permissions.
|
java.util.List<BasePermission> |
Service.getUserEffectivePermissions(java.lang.String listId,
java.lang.String loginName)
Gets the user effective permissions.
|