Package org.apache.cayenne.graph
Class NodeDeleteOperation
java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.NodeDeleteOperation
- All Implemented Interfaces:
- Serializable,- Comparable<NodeDiff>,- GraphDiff
public class NodeDeleteOperation extends NodeDiff
- Since:
- 1.2
- See Also:
- Serialized Form
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description NodeDeleteOperation(Object nodeId)NodeDeleteOperation(Object nodeId, int diffId)
- 
Method SummaryModifier and Type Method Description voidapply(GraphChangeHandler tracker)Calls appropriate methods on the handler to "replay" this change.voidundo(GraphChangeHandler tracker)Calls appropriate methods on the handler to revert this change.
- 
Constructor Details- 
NodeDeleteOperation
- 
NodeDeleteOperation
 
- 
- 
Method Details