|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines interactions that allow information to be obtained from object rights.
| Method Summary | |
java.lang.String |
getCategory(java.util.Locale locale)
Returns a localized category of this right. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a localized description of this right. |
int |
getID()
Returns the ID of this right. |
boolean |
isOwner()
Returns true if this is an owner specific right, false otherwise.
|
| Method Detail |
public java.lang.String getDescription(java.util.Locale locale)
Returns a localized description of this right.
locale - A Locale object specifying the locale-specific
display properties for the description.
String.public java.lang.String getCategory(java.util.Locale locale)
Returns a localized category of this right.
locale - A Locale object specifying the locale-specific
display properties for the category.
String.public int getID()
Returns the ID of this right.
public boolean isOwner()
Returns 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||