public class NodeIdChangeOperation extends NodeDiff
| Constructor and Description | 
|---|
| NodeIdChangeOperation(Object nodeId,
                     Object newNodeId) | 
| NodeIdChangeOperation(Object nodeId,
                     Object newNodeId,
                     int diffId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(GraphChangeHandler tracker)Calls appropriate methods on the handler to "replay" this change. | 
| void | undo(GraphChangeHandler tracker)Calls appropriate methods on the handler to revert this change. | 
protected Object newNodeId
public void apply(GraphChangeHandler tracker)
GraphDiffCopyright © 2001–2023 Apache Cayenne. All rights reserved.