Uses of Enum Class
ai.stapi.arangograph.graphLoader.arangoQuery.ArangoQueryType
Packages that use ArangoQueryType
Package
Description
-
Uses of ArangoQueryType in ai.stapi.arangograph.graphLoader.arangoQuery
Methods in ai.stapi.arangograph.graphLoader.arangoQuery that return ArangoQueryTypeModifier and TypeMethodDescriptionstatic ArangoQueryTypeReturns the enum constant of this class with the specified name.static ArangoQueryType[]ArangoQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ArangoQueryType in ai.stapi.arangograph.graphLoader.arangoQuery.builder
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder that return ArangoQueryTypeConstructors in ai.stapi.arangograph.graphLoader.arangoQuery.builder with parameters of type ArangoQueryTypeModifierConstructorDescriptionArangoSearchOptionsBuilder(ArangoGenericSearchOptionResolver searchOptionResolver, AqlVariable documentName, ArangoQueryType originQueryType, String graphElementType, String subQueryPostfix) ArangoSearchResolvingContext(AqlVariable documentName, ArangoQueryType originQueryType, String graphElementType) ArangoSearchResolvingContext(AqlVariable documentName, ArangoQueryType originQueryType, String graphElementType, String placeholderPostfix, String subQueryPostfix) ArangoSearchResolvingContext(String documentName, ArangoQueryType originQueryType, String graphElementType) ArangoSearchResolvingContext(String documentName, ArangoQueryType originQueryType, String graphElementType, String placeholderPostfix, String subQueryPostfix) -
Uses of ArangoQueryType in ai.stapi.arangograph.graphLoader.arangoQuery.exceptions
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.exceptions with parameters of type ArangoQueryTypeModifier and TypeMethodDescriptionstatic CannotBuildArangoQueryCannotBuildArangoQuery.becauseEncounteredNonExisitingOriginQueryType(ArangoQueryType originQueryType)