Uses of Class
ai.stapi.arangograph.graphLoader.arangoQuery.builder.ArangoKeptAttributesBuilder
Packages that use ArangoKeptAttributesBuilder
Package
Description
-
Uses of ArangoKeptAttributesBuilder in ai.stapi.arangograph.graphLoader.arangoQuery.arangoSubQueryResolver
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.arangoSubQueryResolver with parameters of type ArangoKeptAttributesBuilderModifier and TypeMethodDescriptionprotected voidAbstractArangoSubQueryResolver.resolveAttributes(ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription graphDescription, ArangoKeptAttributesBuilder keptAttributesBuilder) -
Uses of ArangoKeptAttributesBuilder in ai.stapi.arangograph.graphLoader.arangoQuery.builder
Modifier and TypeClassDescriptionclassclassMethods in ai.stapi.arangograph.graphLoader.arangoQuery.builder that return ArangoKeptAttributesBuilderModifier and TypeMethodDescriptionArangoKeptAttributesBuilder.addAttribute(String attributeName) ArangoKeptAttributesBuilder.addAttribute(String attributeName, String placeholder) ArangoKeptAttributesBuilder.addId()ArangoKeptAttributesBuilder.keepAllAttributes()Constructors in ai.stapi.arangograph.graphLoader.arangoQuery.builder with parameters of type ArangoKeptAttributesBuilderModifierConstructorDescriptionArangoMappedObjectBuilder(ArangoKeptAttributesBuilder keptAttributesBuilder, ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, AqlVariable documentName, String subQueryPostfix, String graphElementType)