Class ArangoGraphTraversalNodeOptionBuilder
java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoGraphTraversalNodeOptionBuilder
- All Implemented Interfaces:
ArangoGraphTraversalJoinable,ArangoSubQueryBuilder
public class ArangoGraphTraversalNodeOptionBuilder
extends Object
implements ArangoGraphTraversalJoinable, ArangoSubQueryBuilder
-
Field Summary
Fields inherited from interface ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoSubQueryBuilder
BASE_SUB_QUERY_VARIABLE_NAME, DATA, EDGE_DOCUMENT_BASE_NAME, EDGES, GRAPH_RESPONSE, NODE_DOCUMENT_BASE_NAME, NODES -
Constructor Summary
ConstructorsConstructorDescriptionArangoGraphTraversalNodeOptionBuilder(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ArangoGenericSearchOptionResolver searchOptionResolver, String graphElementType, String subQueryPostfix, AqlVariable nodeDocumentVariable) -
Method Summary
Modifier and TypeMethodDescriptionbuild(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected Stringprotected Stringprotected StringjoinGraphTraversal(ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) mapGraphTraversal(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) mapGraphTraversalAsConnections(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoSubQueryBuilder
createChildSubQueryPostfix, createCollectionVariable, createConnectionObject, createEdgeDocumentName, createGraphObject, createIdVariable, createNodeDocumentName, createReturnStatement, createSubQueryVariable, getChildSubQueryEdges, getChildSubQueryNodes, mergeBindParameters
-
Constructor Details
-
ArangoGraphTraversalNodeOptionBuilder
public ArangoGraphTraversalNodeOptionBuilder(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ArangoGenericSearchOptionResolver searchOptionResolver, String graphElementType, String subQueryPostfix, AqlVariable nodeDocumentVariable)
-
-
Method Details
-
setMappedScalars
-
setKeptAttributes
-
joinGraphTraversal
public ArangoGraphTraversalSubQueryBuilder joinGraphTraversal(ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) - Specified by:
joinGraphTraversalin interfaceArangoGraphTraversalJoinable
-
mapGraphTraversal
public ArangoGraphTraversalSubQueryBuilder mapGraphTraversal(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) - Specified by:
mapGraphTraversalin interfaceArangoGraphTraversalJoinable
-
mapGraphTraversalAsConnections
public ArangoGraphTraversalSubQueryBuilder mapGraphTraversalAsConnections(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) - Specified by:
mapGraphTraversalAsConnectionsin interfaceArangoGraphTraversalJoinable
-
build
- Specified by:
buildin interfaceArangoSubQueryBuilder
-
buildJoinedEdges
-
buildJoinedNodes
-
getChildSubQueryPostfix
-