Class ArangoNodeGetSubQueryBuilder

java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoNodeSubQueryBuilder
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoNodeGetSubQueryBuilder
All Implemented Interfaces:
ArangoGraphTraversalJoinable, ArangoMainQueryBuilder, ArangoSubQueryBuilder

public class ArangoNodeGetSubQueryBuilder extends ArangoNodeSubQueryBuilder
  • Field Details

    • nodeDocumentKeyVariable

      @Nullable protected @Nullable AqlVariable nodeDocumentKeyVariable
  • Constructor Details

    • ArangoNodeGetSubQueryBuilder

      public ArangoNodeGetSubQueryBuilder(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, String graphElementType, String subQueryPostfix, ai.stapi.identity.UniqueIdentifier graphElementId)
    • ArangoNodeGetSubQueryBuilder

      public ArangoNodeGetSubQueryBuilder(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder graphElementSchemaProvider, String graphElementType, String subQueryPostfix, AqlVariable nodeDocumentKeyVariable)
  • Method Details