Uses of Class
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoEdgeGetSubQueryBuilder
Packages that use ArangoEdgeGetSubQueryBuilder
-
Uses of ArangoEdgeGetSubQueryBuilder in ai.stapi.arangograph.graphLoader.arangoQuery.builder
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder that return ArangoEdgeGetSubQueryBuilderModifier and TypeMethodDescriptionstatic ArangoEdgeGetSubQueryBuilderArangoEdgeGetSubQueryBuilder.ingoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.identity.UniqueIdentifier graphElementUuid, String graphElementType, String subQueryPostfix) static ArangoEdgeGetSubQueryBuilderArangoEdgeGetSubQueryBuilder.outgoing(ArangoGenericSearchOptionResolver searchOptionResolver, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.identity.UniqueIdentifier graphElementUuid, String graphElementType, String subQueryPostfix) ArangoQueryBuilder.setGetIngoingEdgeMainQuery(String graphElementType, ai.stapi.identity.UniqueIdentifier mainEdgeUuid) ArangoQueryBuilder.setGetOutgoingEdgeMainQuery(String graphElementType, ai.stapi.identity.UniqueIdentifier mainEdgeUuid)