|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRightIDBase
This interface defines a set of methods describing the elements that make up the authentic right id
| Method Summary | |
|---|---|
int |
getBaseID()
Returns the base ID of this right. |
int |
getID()
Deprecated. Since version 12.0, use rest of the calls defined in this interface to get the breakdown components of a right id which includes the right base id, the owner flag, and the plugin type/kind of the right |
java.lang.String |
getRightPluginKind()
Returns the kind of this right if it's a custom right(i.e. plugin specific right). |
int |
getRightPluginType()
Returns the plugin type of this right if it's a custom right(i.e. plugin specific right). |
boolean |
isOwner()
Returns true if this is an owner specific right, false otherwise. |
| Method Detail |
|---|
int getID()
boolean isOwner()
true if this is an owner specific right, false otherwise.
An owner specific right only applies if the principal is the owner of the object.
true if this is an owner specific right, false otherwise.int getBaseID()
java.lang.String getRightPluginKind()
int getRightPluginType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||