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