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