Uses of Class
ai.stapi.arangograph.graphLoader.arangoQuery.ArangoQuery
Packages that use ArangoQuery
Package
Description
-
Uses of ArangoQuery in ai.stapi.arangograph.configuration
Method parameters in ai.stapi.arangograph.configuration with type arguments of type ArangoQueryModifier and TypeMethodDescriptionArangoGraphLoaderConfiguration.arangoAllMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGraphLoaderConfiguration.arangoAndFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGraphLoaderConfiguration.arangoAnyMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGraphLoaderConfiguration.arangoGenericSearchOptionResolver(List<ai.stapi.graphoperations.graphLoader.search.SearchOptionResolver<ArangoQuery>> searchOptionResolvers) ArangoGraphLoaderConfiguration.arangoNoneMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGraphLoaderConfiguration.arangoNotFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGraphLoaderConfiguration.arangoOrFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) -
Uses of ArangoQuery in ai.stapi.arangograph.graphLoader.arangoQuery.builder
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder that return ArangoQueryModifier and TypeMethodDescriptionArangoEdgeSubQueryBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoGraphTraversalNodeOptionBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoGraphTraversalSubQueryBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected ArangoQueryArangoKeptAttributesBuilder.build()protected ArangoQueryArangoMappedObjectBuilder.build()ArangoNodeSubQueryBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoQueryBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoQueryByNodeTypeBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected ArangoQueryArangoSearchOptionsBuilder.build()ArangoSubQueryBuilder.build(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoEdgeSubQueryBuilder.buildAsMain(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoMainQueryBuilder.buildAsMain(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) ArangoNodeSubQueryBuilder.buildAsMain(ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoNodeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder with parameters of type ArangoQueryModifier and TypeMethodDescriptionprotected @NotNull ArangoQueryArangoEdgeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoNodeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) -
Uses of ArangoQuery in ai.stapi.arangograph.graphLoader.arangoQuery.searchOptionResolvers
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.searchOptionResolvers that return ArangoQueryModifier and TypeMethodDescriptionprotected ArangoQueryAbstractArangoSearchOptionResolver.createSearchOptionSubQuery(ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription attributeNamePath, ArangoSearchResolvingContext context, String searchOptionSubQueryPostfix, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType returnType) protected @NotNull ArangoQueryAbstractArangoOneValueFilterOprionResolver.getArangoQuery(ai.stapi.graphoperations.graphLoader.search.filterOption.AbstractOneValueFilterOption<?> option, ArangoSearchResolvingContext context, Object decoratedValue, AqlOperator aqlOperator) protected ArangoQueryAbstractArangoCompositeFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAllMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAnyMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoNoneMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoNotFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAllMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoAndFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoAnyMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoNoneMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoNotFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoOrFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoAscendingSortOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.sortOption.AscendingSortOption option, ArangoSearchResolvingContext context) ArangoContainsFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.ContainsFilterOption option, ArangoSearchResolvingContext context) protected ArangoQueryArangoDescendingSortOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.sortOption.DescendingSortOption option, ArangoSearchResolvingContext context) ArangoEndsWithFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.EndsWithFilterOption option, ArangoSearchResolvingContext context) protected ArangoQueryArangoEqualsFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.EqualsFilterOption<?> option, ArangoSearchResolvingContext context) ArangoGreaterThanFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.GreaterThanFilterOption<?> option, ArangoSearchResolvingContext context) ArangoGreaterThanOrEqualFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.GreaterThanOrEqualFilterOption<?> option, ArangoSearchResolvingContext context) ArangoLowerThanFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.LowerThanFilterOption<?> option, ArangoSearchResolvingContext context) ArangoLowerThanOrEqualFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.LowerThanOrEqualsFilterOption<?> option, ArangoSearchResolvingContext context) protected ArangoQueryArangoNotEqualsFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.NotEqualsFilterOption<?> option, ArangoSearchResolvingContext context) protected ArangoQueryArangoOffsetPaginationOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.paginationOption.OffsetPaginationOption option, ArangoSearchResolvingContext context) ArangoStartsWithFilterOptionResolver.resolveTyped(ai.stapi.graphoperations.graphLoader.search.filterOption.StartsWithFilterOption option, ArangoSearchResolvingContext context) Methods in ai.stapi.arangograph.graphLoader.arangoQuery.searchOptionResolvers with parameters of type ArangoQueryModifier and TypeMethodDescriptionprotected ArangoQueryAbstractArangoCompositeFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAllMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAnyMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoNoneMatchFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoNotFilterOptionResolver.postProcessResolvedFilter(ArangoQuery resolvedFilter, ArangoSearchResolvingContext context) protected ArangoQueryArangoAllMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoAndFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoAnyMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoNoneMatchFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoNotFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) protected ArangoQueryArangoOrFilterOptionResolver.reduceChildResolvedFilters(ArangoQuery reduced, ArangoQuery childResolvedFilter) Constructor parameters in ai.stapi.arangograph.graphLoader.arangoQuery.searchOptionResolvers with type arguments of type ArangoQueryModifierConstructorDescriptionprotectedAbstractArangoCompositeFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericSearchOptionResolver) ArangoAllMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoAndFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericSearchOptionResolver) ArangoAnyMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoGenericSearchOptionResolver(List<ai.stapi.graphoperations.graphLoader.search.SearchOptionResolver<ArangoQuery>> searchOptionResolvers) ArangoNoneMatchFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoNotFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver) ArangoOrFilterOptionResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, ai.stapi.graphoperations.graphLoader.search.GenericSearchOptionResolver<ArangoQuery> genericFilterOptionResolver)