Uses of Class
com.arangodb.entity.arangosearch.CollectionLink
Packages that use CollectionLink
Package
Description
-
Uses of CollectionLink in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return CollectionLinkModifier and TypeMethodDescriptionCollectionLink.inBackground
(Boolean inBackground) CollectionLink.includeAllFields
(Boolean includeAllFields) static CollectionLink
Creates an instance ofCollectionLink
on the given collection nameCollectionLink.storeValues
(StoreValuesType storeValues) CollectionLink.trackListPositions
(Boolean trackListPositions) Methods in com.arangodb.entity.arangosearch that return types with arguments of type CollectionLink -
Uses of CollectionLink in com.arangodb.internal.serde
Methods in com.arangodb.internal.serde that return types with arguments of type CollectionLinkModifier and TypeMethodDescriptionInternalDeserializers.CollectionLinksDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) Method parameters in com.arangodb.internal.serde with type arguments of type CollectionLinkModifier and TypeMethodDescriptionvoid
InternalSerializers.CollectionLinksSerializer.serialize
(Collection<CollectionLink> value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of CollectionLink in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return types with arguments of type CollectionLinkModifier and TypeMethodDescriptionArangoSearchCreateOptions.getLinks()
ArangoSearchPropertiesOptions.getLinks()
Methods in com.arangodb.model.arangosearch with parameters of type CollectionLinkModifier and TypeMethodDescriptionArangoSearchCreateOptions.link
(CollectionLink... links) ArangoSearchPropertiesOptions.link
(CollectionLink... links)