|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.emframe.dev.rights.eDirRightsData
Abstract class for rights data objects to determine if the information is the same as when it was read or is "dirty" (meaning the information has changed and needs to be written back out to the object). Listeners can be added to be notified when the rights data object becomes "dirty" or changed.
| Constructor Summary | |
eDirRightsData()
Constructs an eDirRightsData object with no dirty listeners. |
|
| Method Summary | |
void |
addDirtyListener(eDirDirtyListener listener)
Add a "dirty" listener to this eDirRightsData object. |
void |
clearDirty()
Clears the dirty flag. |
abstract int |
getRights()
Abstract method to get the rights from this eDirRightsData object. |
abstract boolean |
hasInheritableRights()
Abstract method to return whether the eDirRightsData includes inheritable rights. |
boolean |
isDirty()
Returns whether this object is "dirty" or has changed. |
void |
removeDirtyListener(eDirDirtyListener listener)
Remove a "dirty" listener to this eDirRightsData object. |
void |
setDirty()
Set the dirty flag and notify the listeners. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public eDirRightsData()
| Method Detail |
public void addDirtyListener(eDirDirtyListener listener)
listener - Object extending the eDirDirtyListener interface to be notified when the object is dirty.removeDirtyListener(com.novell.emframe.dev.rights.eDirDirtyListener)public void clearDirty()
setDirty(),
isDirty()public abstract int getRights()
public abstract boolean hasInheritableRights()
public boolean isDirty()
setDirty(),
clearDirty()public void removeDirtyListener(eDirDirtyListener listener)
listener - Object extending the eDirDirtyListener interface to be removed from the list of dirty
listeners.addDirtyListener(com.novell.emframe.dev.rights.eDirDirtyListener)public void setDirty()
clearDirty(),
isDirty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||