|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.client.xacml.AbstractTreeNode
public abstract class AbstractTreeNode
| Method Summary | |
|---|---|
void |
commit(boolean deep)
Commits the state of this element. |
NodeContainer |
getParent()
Returns the parent of this node, or null if this is the root node. |
boolean |
isModified(boolean deep)
Returns true if this element has been modified. |
void |
revert(boolean deep)
Reverts the state of this element to the last commit. |
void |
setModified(boolean flag)
Sets the modification status of this node only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exist.client.xacml.XACMLTreeNode |
|---|
serialize |
| Method Detail |
|---|
public NodeContainer getParent()
XACMLTreeNode
getParent in interface XACMLTreeNodepublic boolean isModified(boolean deep)
XACMLTreeNode
isModified in interface XACMLTreeNodedeep - if descendants should be included
public void revert(boolean deep)
XACMLTreeNode
revert in interface XACMLTreeNodepublic void commit(boolean deep)
XACMLTreeNode
commit in interface XACMLTreeNodepublic void setModified(boolean flag)
XACMLTreeNode
setModified in interface XACMLTreeNodeflag - Whether this node's state is different
from its state immediately after the last commit.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||