Modifier and Type | Method and Description |
---|---|
List<HasContainer> |
Neo4jGraphStep.getHasContainers() |
Modifier and Type | Method and Description |
---|---|
void |
Neo4jGraphStep.addHasContainer(HasContainer hasContainer) |
Modifier and Type | Method and Description |
---|---|
Iterator<Vertex> |
NoMultiNoMetaNeo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids) |
Iterator<Vertex> |
MultiMetaNeo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids) |
Iterator<Vertex> |
Neo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids) |
Modifier and Type | Method and Description |
---|---|
List<HasContainer> |
HasContainerHolder.getHasContainers() |
Modifier and Type | Method and Description |
---|---|
void |
HasContainerHolder.addHasContainer(HasContainer hasContainer) |
default void |
HasContainerHolder.removeHasContainer(HasContainer hasContainer) |
Modifier and Type | Method and Description |
---|---|
List<HasContainer> |
HasStep.getHasContainers() |
Modifier and Type | Method and Description |
---|---|
void |
HasStep.addHasContainer(HasContainer hasContainer) |
void |
HasStep.removeHasContainer(HasContainer hasContainer) |
Constructor and Description |
---|
HasStep(Traversal.Admin traversal,
HasContainer... hasContainers) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GraphStep.processHasContainerIds(GraphStep<?,?> graphStep,
HasContainer hasContainer)
Helper method for providers that want to "fold in"
HasContainer 's based on id checking into the ids of the GraphStep . |
Modifier and Type | Method and Description |
---|---|
HasContainer |
HasContainer.clone() |
static HasContainer[] |
HasContainer.makeHasContainers(String key,
P<?> predicate)
Deprecated.
As of release 3.2.4. Providers should handle composite
P.and(java.util.function.Predicate<? super V>) predicates and not rely on splitting. |
Modifier and Type | Method and Description |
---|---|
static boolean |
HasContainer.testAll(Element element,
List<HasContainer> hasContainers) |
Modifier and Type | Method and Description |
---|---|
static <T extends Traversal.Admin<?,?>> |
TraversalHelper.addHasContainer(T traversal,
HasContainer hasContainer)
Used to left-fold a
HasContainer to a HasContainerHolder if it exists. |
Modifier and Type | Method and Description |
---|---|
List<HasContainer> |
TinkerGraphStep.getHasContainers() |
Modifier and Type | Method and Description |
---|---|
void |
TinkerGraphStep.addHasContainer(HasContainer hasContainer) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.