Interface OrderedIndex

All Known Implementing Classes:
OrderedPropertyIndexEditorProvider

public interface OrderedIndex
interface for shared constants around different actors: QueryIndex, IndexEditors, IndexEditorProviders, ...
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    enum for easing the order direction of the index
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    the default direction for sorting the index
    static final String
    Deprecation message tracked when using the ordered index.
    static final String
    the 'key' used for specifying the direction of the index when providing the configuration { "propertyNames"="foobar", "direction"="ascending" }
    static final int
    the deprecation message will be tracked every N times
    static final String
     
  • Field Details

    • DEPRECATION_MESSAGE

      static final String DEPRECATION_MESSAGE
      Deprecation message tracked when using the ordered index.
      See Also:
    • TRACK_DEPRECATION_EVERY

      static final int TRACK_DEPRECATION_EVERY
      the deprecation message will be tracked every N times
      See Also:
    • TYPE

      static final String TYPE
      See Also:
    • DIRECTION

      static final String DIRECTION
      the 'key' used for specifying the direction of the index when providing the configuration { "propertyNames"="foobar", "direction"="ascending" }
      See Also:
    • DEFAULT_DIRECTION

      static final OrderedIndex.OrderDirection DEFAULT_DIRECTION
      the default direction for sorting the index