Class ArangoSearchResolvingContext
java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoSearchResolvingContext
- All Implemented Interfaces:
ai.stapi.graphoperations.graphLoader.search.SearchResolvingContext
public class ArangoSearchResolvingContext
extends Object
implements ai.stapi.graphoperations.graphLoader.search.SearchResolvingContext
-
Constructor Summary
ConstructorsConstructorDescriptionArangoSearchResolvingContext(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) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ArangoSearchResolvingContext
public ArangoSearchResolvingContext(AqlVariable documentName, ArangoQueryType originQueryType, String graphElementType, String placeholderPostfix, String subQueryPostfix) -
ArangoSearchResolvingContext
public ArangoSearchResolvingContext(String documentName, ArangoQueryType originQueryType, String graphElementType, String placeholderPostfix, String subQueryPostfix) -
ArangoSearchResolvingContext
public ArangoSearchResolvingContext(AqlVariable documentName, ArangoQueryType originQueryType, String graphElementType) -
ArangoSearchResolvingContext
public ArangoSearchResolvingContext(String documentName, ArangoQueryType originQueryType, String graphElementType)
-
-
Method Details
-
getPlaceholderPostfix
-
getDocumentName
-
getSubQueryPostfix
-
getOriginQueryType
-
getGraphElementType
-