Interface IDfSearchOperation


public interface IDfSearchOperation
This interface defines the set of operations available for a search
  • Field Details

    • SEARCH_OP_UNDEFINED

      static final int SEARCH_OP_UNDEFINED
      Undefined search operation.
      See Also:
    • SEARCH_OP_RANGE_START

      static final int SEARCH_OP_RANGE_START
      Indicates the beginning of the range for valid search operation codes.
      See Also:
    • SEARCH_OP_EQUAL

      static final int SEARCH_OP_EQUAL
      Search operation: Equal (1).
      See Also:
    • SEARCH_OP_NOT_EQUAL

      static final int SEARCH_OP_NOT_EQUAL
      Search operation: Not Equal (2).
      See Also:
    • SEARCH_OP_GREATER_THAN

      static final int SEARCH_OP_GREATER_THAN
      Search operation: Greater than (3).
      See Also:
    • SEARCH_OP_LESS_THAN

      static final int SEARCH_OP_LESS_THAN
      Search operation: Less than (4).
      See Also:
    • SEARCH_OP_GREATER_EQUAL

      static final int SEARCH_OP_GREATER_EQUAL
      Search operation: Greater or equal (5).
      See Also:
    • SEARCH_OP_LESS_EQUAL

      static final int SEARCH_OP_LESS_EQUAL
      Search operation: Less or equal (6).
      See Also:
    • SEARCH_OP_BEGINS_WITH

      static final int SEARCH_OP_BEGINS_WITH
      Search operation: Begins with (7).
      See Also:
    • SEARCH_OP_CONTAINS

      static final int SEARCH_OP_CONTAINS
      Search operation: Contains (8).
      See Also:
    • SEARCH_OP_DOES_NOT_CONTAIN

      static final int SEARCH_OP_DOES_NOT_CONTAIN
      Search operation: Does not contain (9).
      See Also:
    • SEARCH_OP_ENDS_WITH

      static final int SEARCH_OP_ENDS_WITH
      Search operation: Ends with (10).
      See Also:
    • SEARCH_OP_IN

      static final int SEARCH_OP_IN
      Search operation: In (11).
      See Also:
    • SEARCH_OP_NOT_IN

      static final int SEARCH_OP_NOT_IN
      Search operation: Not in (12).
      See Also:
    • SEARCH_OP_BETWEEN

      static final int SEARCH_OP_BETWEEN
      Search operation: Between (13).
      See Also:
    • SEARCH_OP_IS_NULL

      static final int SEARCH_OP_IS_NULL
      Search operation: Is null (14).
      See Also:
    • SEARCH_OP_IS_NOT_NULL

      static final int SEARCH_OP_IS_NOT_NULL
      Search operation: Is not null (15).
      See Also:
    • SEARCH_OP_RANGE_END

      static final int SEARCH_OP_RANGE_END
      Marks the end of the range of valid search operation codes.
      See Also: