Class InMemorySortResolver

All Implemented Interfaces:
SearchOptionResolver<InMemorySearchResolvingContext>
Direct Known Subclasses:
InMemoryAscendingSortResolver, InMemoryDescendingSortResolver

public abstract class InMemorySortResolver extends AbstractInMemorySearchOptionResolver<SortOption>
  • Constructor Details

    • InMemorySortResolver

      protected InMemorySortResolver(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader)
  • Method Details

    • getSortingValue

      protected ai.stapi.graph.attribute.attributeValue.AttributeValue<?> getSortingValue(AbstractSortOption sortOption, ai.stapi.graph.traversableGraphElements.TraversableGraphElement graphElement, ai.stapi.graph.attribute.attributeValue.AttributeValue<?> defaultValue, InMemorySearchResolvingContext context)