| Class | Description |
|---|---|
| FilteredEntity<T extends org.neo4j.graphdb.Entity> |
A
Entity decorator that transparently filters out properties and (where relevant) other entities
according to the provided InclusionPolicies. |
| FilteredNode |
FilteredEntity which is a Node. |
| FilteredPropertyKeyIterator<T extends org.neo4j.graphdb.Entity> |
A property key
Iterator decorator that filters out keys not needed by the contained PropertyInclusionPolicy. |
| FilteredRelationship |
FilteredEntity which is a Relationship. |
| FilteredRelationshipIterator |
A
Relationship Iterator decorator that filters out Relationships not needed by the
RelationshipInclusionPolicy contained in the provided
InclusionPolicies. |
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.