public class NodeUpdated<ID> extends Update<ID,com.graphaware.common.representation.DetachedNode<ID>,org.neo4j.graphdb.Node>
WriteOperation representing a Node being updated.WriteOperation.OperationType| Constructor and Description |
|---|
NodeUpdated(com.graphaware.common.representation.DetachedNode<ID> previous,
com.graphaware.common.representation.DetachedNode<ID> current)
Create the operation.
|
| Modifier and Type | Method and Description |
|---|---|
WriteOperation.OperationType |
getType() |
equals, getDetails, hashCodepublic NodeUpdated(com.graphaware.common.representation.DetachedNode<ID> previous, com.graphaware.common.representation.DetachedNode<ID> current)
previous - representation of the previous state of the updated Node. Must not be null.current - representation of the current state of the updated Node. Must not be null.public WriteOperation.OperationType getType()
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.