public class FilteredNode extends FilteredEntity<org.neo4j.graphdb.Node> implements org.neo4j.graphdb.Node, NodeWrapper
FilteredEntity which is a Node.policies, wrapped| Constructor and Description |
|---|
FilteredNode(org.neo4j.graphdb.Node wrapped,
InclusionPolicies policies)
Create a new filtering node decorator.
|
| Modifier and Type | Method and Description |
|---|---|
protected PropertyInclusionPolicy<org.neo4j.graphdb.Node> |
getPropertyInclusionPolicy()
Get appropriate property inclusion policy.
|
protected org.neo4j.graphdb.Node |
self() |
protected org.neo4j.graphdb.Relationship |
wrapRelationship(org.neo4j.graphdb.Relationship relationship) |
protected Iterable<org.neo4j.graphdb.Relationship> |
wrapRelationships(Iterable<org.neo4j.graphdb.Relationship> relationships,
org.neo4j.graphdb.Direction direction,
org.neo4j.graphdb.RelationshipType... relationshipTypes) |
getPropertyKeys, getWrapped, hasPropertyaddLabel, createRelationshipTo, delete, equals, getDegree, getDegree, getDegree, getDegree, getEndNode, getGraphDatabase, getId, getLabels, getProperty, getRelationships, getRelationships, getRelationships, getRelationships, getRelationships, getRelationshipTypes, getStartNode, getType, hashCode, hasLabel, removeLabel, removeProperty, setProperty, wrapNodegetAllProperties, getNodes, getOtherNode, getProperties, getProperty, getSingleRelationship, hasRelationship, hasRelationship, hasRelationship, hasRelationship, hasRelationship, isType, node, relationshipclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddLabel, createRelationshipTo, delete, getDegree, getDegree, getDegree, getDegree, getId, getLabels, getRelationships, getRelationships, getRelationships, getRelationships, getRelationships, getRelationshipTypes, getSingleRelationship, hasLabel, hasRelationship, hasRelationship, hasRelationship, hasRelationship, hasRelationship, removeLabelgetAllProperties, getGraphDatabase, getProperties, getProperty, getProperty, getPropertyKeys, hasProperty, removeProperty, setPropertygetWrappedpublic FilteredNode(org.neo4j.graphdb.Node wrapped,
InclusionPolicies policies)
wrapped - decorated node.policies - for filtering.protected org.neo4j.graphdb.Node self()
self in class BaseEntityWrapper<org.neo4j.graphdb.Node>protected PropertyInclusionPolicy<org.neo4j.graphdb.Node> getPropertyInclusionPolicy()
getPropertyInclusionPolicy in class FilteredEntity<org.neo4j.graphdb.Node>protected Iterable<org.neo4j.graphdb.Relationship> wrapRelationships(Iterable<org.neo4j.graphdb.Relationship> relationships, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType... relationshipTypes)
wrapRelationships in class BaseEntityWrapper<org.neo4j.graphdb.Node>protected org.neo4j.graphdb.Relationship wrapRelationship(org.neo4j.graphdb.Relationship relationship)
wrapRelationship in class BaseEntityWrapper<org.neo4j.graphdb.Node>Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.