|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class represents the property rights for an object.
| Method Summary | |
boolean |
canModify()
Determines if the attribute can be modified. |
java.lang.String |
getAttributeName()
Returns the name of the attribute associated with trusteeRights. |
int |
getPrivileges()
Returns all the property rights. |
boolean |
hasAddRights()
Determimes if the associated attribute can be created if it doesn't currently have any values. |
boolean |
hasCompareRights()
Determines if an object has compare rights. |
boolean |
hasDeleteRights()
Determines if the associated attribute's values can be deleted. |
boolean |
hasInheritCtlRights()
Determines if an objec has inheritance control rights. |
boolean |
hasReadRights()
Determines if the associated attribute's values can be read. |
boolean |
hasSelfRights()
Determines if an object has Self rights. |
boolean |
hasSupervisorRights()
Determines if an object has Supervisor rights. |
boolean |
hasWriteRights()
Determines if the associated attribute's values can be modified. |
| Method Detail |
public boolean canModify()
For ConsoleOne, the object must have read and write rights to the attribute. (NDS requires read and write rights to modify single-valued attributes and write rights to multivalued attributes.
public java.lang.String getAttributeName()
public int getPrivileges()
public boolean hasAddRights()
hasAddRights in interface Rightspublic boolean hasCompareRights()
public boolean hasDeleteRights()
hasDeleteRights in interface Rightspublic boolean hasInheritCtlRights()
public boolean hasReadRights()
hasReadRights in interface Rightspublic boolean hasSelfRights()
public boolean hasSupervisorRights()
public boolean hasWriteRights()
hasWriteRights in interface Rights
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||