org.apache.cayenne.graph
Class NodeDeleteOperation
java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.NodeDeleteOperation
- All Implemented Interfaces:
- Serializable, Comparable, GraphDiff
public class NodeDeleteOperation
- extends NodeDiff
- Since:
- 1.2
- Author:
- Andrus Adamchik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeDeleteOperation
public NodeDeleteOperation(Object nodeId)
NodeDeleteOperation
public NodeDeleteOperation(Object nodeId,
int diffId)
apply
public void apply(GraphChangeHandler tracker)
- Description copied from interface:
GraphDiff
- Calls appropriate methods on the handler to "replay" this change.
- Specified by:
apply
in interface GraphDiff
- Specified by:
apply
in class NodeDiff
undo
public void undo(GraphChangeHandler tracker)
- Description copied from interface:
GraphDiff
- Calls appropriate methods on the handler to revert this change.
- Specified by:
undo
in interface GraphDiff
- Specified by:
undo
in class NodeDiff
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.