Uses of Class
ai.stapi.graphoperations.graphLoader.inmemory.InMemorySearchResolvingContext
Packages that use InMemorySearchResolvingContext
Package
Description
-
Uses of InMemorySearchResolvingContext in ai.stapi.graphoperations.configuration
Method parameters in ai.stapi.graphoperations.configuration with type arguments of type InMemorySearchResolvingContextModifier and TypeMethodDescriptionGraphLoaderConfiguration.inMemoryGenericSearchOptionResolver(List<SearchOptionResolver<InMemorySearchResolvingContext>> searchOptionResolvers) -
Uses of InMemorySearchResolvingContext in ai.stapi.graphoperations.graphLoader.inmemory
Methods in ai.stapi.graphoperations.graphLoader.inmemory that return InMemorySearchResolvingContextModifier and TypeMethodDescriptionprotected InMemorySearchResolvingContextInMemoryAscendingSortResolver.resolveTyped(SortOption option, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryDescendingSortResolver.resolveTyped(SortOption option, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryOffsetPaginationResolver.resolveTyped(OffsetPaginationOption option, InMemorySearchResolvingContext context) <U extends Comparable<? super U>>
InMemorySearchResolvingContextInMemorySearchResolvingContext.setAscSort(Function<TraversableGraphElement, ? extends U> keyExtractor) <U extends Comparable<? super U>>
InMemorySearchResolvingContextInMemorySearchResolvingContext.setDescSort(Function<TraversableGraphElement, ? extends U> keyExtractor) InMemorySearchResolvingContext.setSearchOption(InMemorySearchResolvingContext.SearchOptionSetter setter) Methods in ai.stapi.graphoperations.graphLoader.inmemory with parameters of type InMemorySearchResolvingContextModifier and TypeMethodDescriptionprotected AttributeValue<?>InMemorySortResolver.getSortingValue(AbstractSortOption sortOption, TraversableGraphElement graphElement, AttributeValue<?> defaultValue, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryAscendingSortResolver.resolveTyped(SortOption option, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryDescendingSortResolver.resolveTyped(SortOption option, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryOffsetPaginationResolver.resolveTyped(OffsetPaginationOption option, InMemorySearchResolvingContext context) Constructor parameters in ai.stapi.graphoperations.graphLoader.inmemory with type arguments of type InMemorySearchResolvingContextModifierConstructorDescriptionInMemoryGenericSearchOptionResolver(List<SearchOptionResolver<InMemorySearchResolvingContext>> searchOptionResolvers) -
Uses of InMemorySearchResolvingContext in ai.stapi.graphoperations.graphLoader.inmemory.filter
Methods in ai.stapi.graphoperations.graphLoader.inmemory.filter that return InMemorySearchResolvingContextModifier and TypeMethodDescriptionprotected InMemorySearchResolvingContextInMemoryFilterResolver.resolveTyped(FilterOption<?> option, InMemorySearchResolvingContext context) Methods in ai.stapi.graphoperations.graphLoader.inmemory.filter with parameters of type InMemorySearchResolvingContextModifier and TypeMethodDescriptionbooleanGenericInMemoryFilterOptionResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) booleanInMemoryAndFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) booleanInMemoryArrayComparisonFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) abstract booleanInMemoryFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) booleanInMemoryLeafFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) booleanInMemoryNotFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) booleanInMemoryOrFilterResolver.resolveElement(FilterOption<?> option, TraversableGraphElement element, InMemorySearchResolvingContext context) protected InMemorySearchResolvingContextInMemoryFilterResolver.resolveTyped(FilterOption<?> option, InMemorySearchResolvingContext context)