Package org.apache.cayenne.graph
Class NodeIdChangeOperation
java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.NodeIdChangeOperation
- All Implemented Interfaces:
- Serializable,- Comparable<NodeDiff>,- GraphDiff
public class NodeIdChangeOperation extends NodeDiff
A GraphDiff representing a change in node ID.
- Since:
- 1.2
- See Also:
- Serialized Form
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description NodeIdChangeOperation(Object nodeId, Object newNodeId)NodeIdChangeOperation(Object nodeId, Object newNodeId, 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.
- 
Field Details- 
newNodeId
 
- 
- 
Constructor Details- 
NodeIdChangeOperation
- 
NodeIdChangeOperation
 
- 
- 
Method Details