Package com.documentum.fc.client.search
Interface IDfSearchOperation
public interface IDfSearchOperation
This interface defines the set of operations available for a search
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSearch operation: Begins with (7).static final intSearch operation: Between (13).static final intSearch operation: Contains (8).static final intSearch operation: Does not contain (9).static final intSearch operation: Ends with (10).static final intSearch operation: Equal (1).static final intSearch operation: Greater or equal (5).static final intSearch operation: Greater than (3).static final intSearch operation: In (11).static final intSearch operation: Is not null (15).static final intSearch operation: Is null (14).static final intSearch operation: Less or equal (6).static final intSearch operation: Less than (4).static final intSearch operation: Not Equal (2).static final intSearch operation: Not in (12).static final intMarks the end of the range of valid search operation codes.static final intIndicates the beginning of the range for valid search operation codes.static final intUndefined search operation.
-
Field Details
-
SEARCH_OP_UNDEFINED
static final int SEARCH_OP_UNDEFINEDUndefined search operation.- See Also:
-
SEARCH_OP_RANGE_START
static final int SEARCH_OP_RANGE_STARTIndicates the beginning of the range for valid search operation codes.- See Also:
-
SEARCH_OP_EQUAL
static final int SEARCH_OP_EQUALSearch operation: Equal (1).- See Also:
-
SEARCH_OP_NOT_EQUAL
static final int SEARCH_OP_NOT_EQUALSearch operation: Not Equal (2).- See Also:
-
SEARCH_OP_GREATER_THAN
static final int SEARCH_OP_GREATER_THANSearch operation: Greater than (3).- See Also:
-
SEARCH_OP_LESS_THAN
static final int SEARCH_OP_LESS_THANSearch operation: Less than (4).- See Also:
-
SEARCH_OP_GREATER_EQUAL
static final int SEARCH_OP_GREATER_EQUALSearch operation: Greater or equal (5).- See Also:
-
SEARCH_OP_LESS_EQUAL
static final int SEARCH_OP_LESS_EQUALSearch operation: Less or equal (6).- See Also:
-
SEARCH_OP_BEGINS_WITH
static final int SEARCH_OP_BEGINS_WITHSearch operation: Begins with (7).- See Also:
-
SEARCH_OP_CONTAINS
static final int SEARCH_OP_CONTAINSSearch operation: Contains (8).- See Also:
-
SEARCH_OP_DOES_NOT_CONTAIN
static final int SEARCH_OP_DOES_NOT_CONTAINSearch operation: Does not contain (9).- See Also:
-
SEARCH_OP_ENDS_WITH
static final int SEARCH_OP_ENDS_WITHSearch operation: Ends with (10).- See Also:
-
SEARCH_OP_IN
static final int SEARCH_OP_INSearch operation: In (11).- See Also:
-
SEARCH_OP_NOT_IN
static final int SEARCH_OP_NOT_INSearch operation: Not in (12).- See Also:
-
SEARCH_OP_BETWEEN
static final int SEARCH_OP_BETWEENSearch operation: Between (13).- See Also:
-
SEARCH_OP_IS_NULL
static final int SEARCH_OP_IS_NULLSearch operation: Is null (14).- See Also:
-
SEARCH_OP_IS_NOT_NULL
static final int SEARCH_OP_IS_NOT_NULLSearch operation: Is not null (15).- See Also:
-
SEARCH_OP_RANGE_END
static final int SEARCH_OP_RANGE_ENDMarks the end of the range of valid search operation codes.- See Also:
-