public class NodeDeleteOperation extends NodeDiff
| Constructor and Description | 
|---|
| NodeDeleteOperation(Object nodeId) | 
| NodeDeleteOperation(Object nodeId,
                   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. | 
public NodeDeleteOperation(Object nodeId)
public NodeDeleteOperation(Object nodeId, int diffId)
public void apply(GraphChangeHandler tracker)
GraphDiffCopyright © 2001–2023 Apache Cayenne. All rights reserved.