Class ArangoEdgeCollectionSubQueryBuilder
java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoEdgeSubQueryBuilder
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoEdgeCollectionSubQueryBuilder
- All Implemented Interfaces:
ArangoMainQueryBuilder,ArangoSubQueryBuilder
-
Field Summary
Fields inherited from class ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoEdgeSubQueryBuilder
arangoEdgeKeptAttributesBuilder, arangoMappedObjectBuilder, arangoQueryByNodeTypeBuilder, arangoSearchOptionsBuilder, graphElementType, isOutgoing, searchOptionResolver, structureSchemaFinder, subQueryPostfixFields 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull ArangoQuerycreateAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ingoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, String graphElementType, String subQueryPostfix) outgoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, String graphElementType, String subQueryPostfix) Methods inherited from class ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoEdgeSubQueryBuilder
build, buildAsMain, buildJoinedNodeGetter, createBaseAqlBody, joinNodeGetSubQuery, mapNodeGetSubQuery, setKeptAttributes, setMappedScalars, setSearchOptionsMethods 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.ArangoMainQueryBuilder
createMainGraphObjectMethods inherited from interface ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoSubQueryBuilder
createChildSubQueryPostfix, createCollectionVariable, createConnectionObject, createEdgeDocumentName, createGraphObject, createIdVariable, createNodeDocumentName, createReturnStatement, createSubQueryVariable, getChildSubQueryEdges, getChildSubQueryNodes, mergeBindParameters
-
Method Details
-
ingoing
public static ArangoEdgeCollectionSubQueryBuilder ingoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, String graphElementType, String subQueryPostfix) -
outgoing
public static ArangoEdgeCollectionSubQueryBuilder outgoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, String graphElementType, String subQueryPostfix) -
createAqlBody
@NotNull protected @NotNull ArangoQuery createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) - Specified by:
createAqlBodyin classArangoEdgeSubQueryBuilder
-