Package org.apache.cayenne.graph
Class ArcCreateOperation
java.lang.Object
org.apache.cayenne.graph.NodeDiff
org.apache.cayenne.graph.ArcCreateOperation
- All Implemented Interfaces:
- Serializable,- Comparable<NodeDiff>,- GraphDiff
- Since:
- 1.2
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionArcCreateOperation(Object nodeId, Object targetNodeId, ArcId arcId) ArcCreateOperation(Object nodeId, Object targetNodeId, ArcId arcId, int diffId) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(GraphChangeHandler tracker) Calls appropriate methods on the handler to "replay" this change.getArcId()voidundo(GraphChangeHandler tracker) Calls appropriate methods on the handler to revert this change.
- 
Field Details- 
targetNodeId
- 
arcId
 
- 
- 
Constructor Details- 
ArcCreateOperation
- 
ArcCreateOperation
 
- 
- 
Method Details