- getAllChanged() - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Get all entities changed in the transaction.
- getAllChanged() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get all entities changed in the transaction.
- getAllChanged() - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Get all entities changed in the transaction.
- getAllChangedNodes() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all nodes changed in the transaction.
- getAllChangedNodes() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getAllChangedRelationships() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all relationships changed in the transaction.
- getAllChangedRelationships() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getAllCreated() - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Get all entities created in the transaction.
- getAllCreated() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get all entities created in the transaction.
- getAllCreated() - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Get all entities created in the transaction.
- getAllCreatedNodes() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all nodes created in the transaction.
- getAllCreatedNodes() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getAllCreatedRelationships() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all relationships created in the transaction.
- getAllCreatedRelationships() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getAllDeleted() - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Get all entities deleted in the transaction as they were before the transaction started.
- getAllDeleted() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get all entities deleted in the transaction as they were before the transaction started.
- getAllDeleted() - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Get all entities deleted in the transaction as they were before the transaction started.
- getAllDeletedNodes() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all nodes deleted in the transaction as they were before the transaction started.
- getAllDeletedNodes() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getAllDeletedRelationships() - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all relationships deleted in the transaction as they were before the transaction started.
- getAllDeletedRelationships() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getChanged(Node) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get a node that has been changed in this transaction as it was before the transaction started and as it is now.
- getChanged(Relationship) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get a relationship that has been changed in this transaction as it was before the transaction started and as it is now.
- getChanged(Node) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getChanged(Relationship) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getChanged(T) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Get a entity that has been changed in this transaction as it was before the transaction started and as it is now.
- getChanged(T) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get a entity that has been changed in this transaction as it was before the transaction started and as it is now.
- getChanged(T) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Get a entity that has been changed in this transaction as it was before the transaction started and as it is now.
- getCreated(Node, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been created in the transaction.
- getCreated(Node, Direction, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been created in the
transaction.
- getCreated(Node, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyRelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been created in the transaction.
- getCreated(Node, Direction, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyRelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been created in the
transaction.
- getCreated(Node, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.data.RelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been created in the transaction.
- getCreated(Node, Direction, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.data.RelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been created in the
transaction.
- getDegree() - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- getDegree(RelationshipType) - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- getDegree(Direction) - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- getDegree(RelationshipType, Direction) - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- getDeleted(Node) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get a node that has been deleted in this transaction as it was before the transaction started.
- getDeleted(Relationship) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get a relationship that has been deleted in this transaction as it was before the transaction started.
- getDeleted(Node) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getDeleted(Relationship) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getDeleted(T) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Get a entity that has been deleted in this transaction as it was before the transaction started.
- getDeleted(T) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get a entity that has been deleted in this transaction as it was before the transaction started.
- getDeleted(Node, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been deleted in the transaction.
- getDeleted(Node, Direction, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been deleted in the
transaction.
- getDeleted(T) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Get a entity that has been deleted in this transaction as it was before the transaction started.
- getDeleted(Node, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyRelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been deleted in the transaction.
- getDeleted(Node, Direction, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyRelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been deleted in the
transaction.
- getDeleted(Node, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.data.RelationshipTransactionData
-
Get all relationships for the given node and of the given types, which have been deleted in the transaction.
- getDeleted(Node, Direction, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.data.RelationshipTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been deleted in the
transaction.
- getDeletedRelationships(Node, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all relationships for the given node and of the given types, which have been deleted in the transaction.
- getDeletedRelationships(Node, Direction, RelationshipType...) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Get all relationships for the given node and of the given directions and types, which have been deleted in the
transaction.
- getDeletedRelationships(Node, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getDeletedRelationships(Node, Direction, RelationshipType...) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getEntityInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get entity inclusion policy for the appropriate entity.
- getEntityInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
-
Get entity inclusion policy for the appropriate entity.
- getEntityInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get entity inclusion policy for the appropriate entity.
- getLabels() - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- getNodeTransactionData() - Method in class com.graphaware.tx.event.improved.api.FilteredTransactionData
-
- getNodeTransactionData() - Method in class com.graphaware.tx.event.improved.api.LazyTransactionData
-
- getNodeTransactionData() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getNodeTransactionData() - Method in interface com.graphaware.tx.event.improved.data.TransactionDataContainer
-
Get contained node transaction data.
- getProperty(String) - Method in class com.graphaware.tx.event.improved.entity.snapshot.EntitySnapshot
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Get property inclusion policy for the appropriate entity.
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
-
Get property inclusion policy for the appropriate entity.
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
Get property inclusion policy for the appropriate entity.
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredEntity
-
Get appropriate property inclusion policy.
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredNode
-
Get appropriate property inclusion policy.
- getPropertyInclusionPolicy() - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredRelationship
-
Get appropriate property inclusion policy.
- getPropertyKeys() - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredEntity
- getPropertyKeys() - Method in class com.graphaware.tx.event.improved.entity.snapshot.EntitySnapshot
- getRelationshipTransactionData() - Method in class com.graphaware.tx.event.improved.api.FilteredTransactionData
-
- getRelationshipTransactionData() - Method in class com.graphaware.tx.event.improved.api.LazyTransactionData
-
- getRelationshipTransactionData() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getRelationshipTransactionData() - Method in interface com.graphaware.tx.event.improved.data.TransactionDataContainer
-
Get contained relationship transaction data.
- getWrapped() - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- getWrapped() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
- getWrapped() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
-
- getWrapped() - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredRelationshipTransactionData
-
- getWrapped() - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredEntity
- getWrapped() - Method in class com.graphaware.tx.event.improved.entity.snapshot.EntitySnapshot
- hasBeenChanged(Node) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a node has been changed in the transaction, i.e.
- hasBeenChanged(Relationship) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a relationship has been changed in the transaction, i.e.
- hasBeenChanged(Node) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenChanged(Relationship) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenChanged(T) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether a entity has been changed in the transaction, i.e.
- hasBeenChanged(T) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether a entity has been changed in the transaction, i.e.
- hasBeenChanged(T) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether a entity has been changed in the transaction, i.e.
- hasBeenCreated(Node) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether the given node has been created in the transaction.
- hasBeenCreated(Relationship) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether the given relationship has been created in the transaction.
- hasBeenCreated(Node) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenCreated(Relationship) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenCreated(T) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether the given entity has been created in the transaction.
- hasBeenCreated(T) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether the given entity has been created in the transaction.
- hasBeenCreated(T) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether the given entity has been created in the transaction.
- hasBeenDeleted(Node) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether the given node has been deleted in the transaction.
- hasBeenDeleted(Relationship) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether the given relationship has been deleted in the transaction.
- hasBeenDeleted(Node) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenDeleted(Relationship) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasBeenDeleted(T) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether the given entity has been deleted in the transaction.
- hasBeenDeleted(T) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether the given entity has been deleted in the transaction.
- hasBeenDeleted(T) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether the given entity has been deleted in the transaction.
- hasChanged(Change<T>) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
- hasChanged(Change<Node>) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
- hasLabel(Label) - Method in class com.graphaware.tx.event.improved.entity.snapshot.NodeSnapshot
- hasLabelBeenAssigned(Node, Label) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a label has been assigned in the transaction.
- hasLabelBeenAssigned(Node, Label) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasLabelBeenAssigned(Node, Label) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
-
Check whether a label has been assigned in the transaction.
- hasLabelBeenAssigned(Node, Label) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyNodeTransactionData
-
Check whether a label has been assigned in the transaction.
- hasLabelBeenAssigned(Node, Label) - Method in interface com.graphaware.tx.event.improved.data.NodeTransactionData
-
Check whether a label has been assigned in the transaction.
- hasLabelBeenRemoved(Node, Label) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a label has been removed in the transaction.
- hasLabelBeenRemoved(Node, Label) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasLabelBeenRemoved(Node, Label) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredNodeTransactionData
-
Check whether a label has been removed in the transaction.
- hasLabelBeenRemoved(Node, Label) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyNodeTransactionData
-
Check whether a label has been removed in the transaction.
- hasLabelBeenRemoved(Node, Label) - Method in interface com.graphaware.tx.event.improved.data.NodeTransactionData
-
Check whether a label has been removed in the transaction.
- hasProperty(String) - Method in class com.graphaware.tx.event.improved.entity.filtered.FilteredEntity
- hasProperty(String) - Method in class com.graphaware.tx.event.improved.entity.snapshot.EntitySnapshot
- hasPropertyBeenChanged(Node, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been changed in the transaction.
- hasPropertyBeenChanged(Relationship, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been changed in the transaction.
- hasPropertyBeenChanged(Node, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenChanged(Relationship, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenChanged(T, String) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether a property has been changed in the transaction.
- hasPropertyBeenChanged(T, String) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether a property has been changed in the transaction.
- hasPropertyBeenChanged(T, String) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether a property has been changed in the transaction.
- hasPropertyBeenCreated(Node, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been created in the transaction.
- hasPropertyBeenCreated(Relationship, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been created in the transaction.
- hasPropertyBeenCreated(Node, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenCreated(Relationship, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenCreated(T, String) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether a property has been created in the transaction.
- hasPropertyBeenCreated(T, String) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether a property has been created in the transaction.
- hasPropertyBeenCreated(T, String) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether a property has been created in the transaction.
- hasPropertyBeenDeleted(Node, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been deleted in the transaction.
- hasPropertyBeenDeleted(Relationship, String) - Method in interface com.graphaware.tx.event.improved.api.ImprovedTransactionData
-
Check whether a property has been deleted in the transaction.
- hasPropertyBeenDeleted(Node, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenDeleted(Relationship, String) - Method in class com.graphaware.tx.event.improved.data.BaseImprovedTransactionData
-
- hasPropertyBeenDeleted(T, String) - Method in interface com.graphaware.tx.event.improved.data.EntityTransactionData
-
Check whether a property has been deleted in the transaction.
- hasPropertyBeenDeleted(T, String) - Method in class com.graphaware.tx.event.improved.data.filtered.FilteredEntityTransactionData
-
Check whether a property has been deleted in the transaction.
- hasPropertyBeenDeleted(T, String) - Method in class com.graphaware.tx.event.improved.data.lazy.LazyEntityTransactionData
-
Check whether a property has been deleted in the transaction.