public abstract class eDirRightsData
extends java.lang.Object
| Constructor and Description |
|---|
eDirRightsData()
Constructs an eDirRightsData object with no dirty listeners.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public eDirRightsData()
public abstract int getRights()
public abstract boolean hasInheritableRights()
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 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()public boolean isDirty()
setDirty(),
clearDirty()public void clearDirty()
setDirty(),
isDirty()
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.