public interface IPermission
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperandType()
The operand type describes the operand on which the operation is
permitted by this permission.
|
java.lang.String |
getOperandUID()
The UID of the operand on which the operation is permitted by this
permission.
|
java.lang.String |
getOperation()
Describes the operation which is permissted by this permission.
|
java.lang.String |
getOperation2()
get the additional operation part
|
java.lang.String |
getOwnerID()
Returns the ID of the owner (the user or the group)
|
int |
getOwnerType()
Returns the type of the owner ( user or group)
|
java.lang.String |
getPermissionUID()
Returns the UID of the permission.
|
java.lang.String |
getSubSetType()
Returns the type of permission sub set this permission belongs to.
|
java.lang.String |
getSubSetUID()
Returns the UID of a sub set.
|
boolean |
isOwnerTypeGroup()
Returns whether the owner of this permission is of type group.
|
boolean |
isOwnerTypeUser()
Returns whether the owner of this permission is of type user.
|
java.lang.String getOperandType()
java.lang.String getOperandUID()
java.lang.String getOperation()
java.lang.String getOperation2()
boolean isOwnerTypeUser()
boolean isOwnerTypeGroup()
java.lang.String getOwnerID()
int getOwnerType()
java.lang.String getPermissionUID()
java.lang.String getSubSetType()
java.lang.String getSubSetUID()