Package de.elo.ix.client
Class SearchModeC
java.lang.Object
de.elo.ix.client.SearchModeC
- All Implemented Interfaces:
Serializable
This class defines options used in FindOptions.searchMode
.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchModeZ
The search terms are concatinated with the boolean AND operator.static final long
static final long
static final long
static final long
static final SearchModeZ
Deprecated.Same as ANDstatic final SearchModeZ
A blank separated list inFindByIndex.name
orFindByIndex.desc
is used as a single term.static final SearchModeZ
The search terms are concatinated with the boolean OR operator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAND()
long
long
long
long
getOR()
void
setAND
(SearchModeZ AND) void
setBsetAND
(long bsetAND) void
setBsetEXPRESSION
(long bsetEXPRESSION) void
setBsetONE_TERM
(long bsetONE_TERM) void
setBsetOR
(long bsetOR) void
setEXPRESSION
(SearchModeZ EXPRESSION) void
setONE_TERM
(SearchModeZ ONE_TERM) void
setOR
(SearchModeZ OR)
-
Field Details
-
bsetAND
public static final long bsetAND- See Also:
-
bsetOR
public static final long bsetOR- See Also:
-
bsetONE_TERM
public static final long bsetONE_TERM- See Also:
-
bsetEXPRESSION
public static final long bsetEXPRESSION- See Also:
-
AND
The search terms are concatinated with the boolean AND operator. -
OR
The search terms are concatinated with the boolean OR operator. -
ONE_TERM
A blank separated list inFindByIndex.name
orFindByIndex.desc
is used as a single term. -
EXPRESSION
Deprecated.Same as ANDThe value ofFindByIndex.name
orFindByIndex.desc
contains the operators "AND" (&), "OR" (|), "NOT" (!) for concatination.
-
-
Constructor Details
-
SearchModeC
public SearchModeC()
-
-
Method Details
-
getAND
-
setAND
-
getEXPRESSION
-
setEXPRESSION
-
getONE_TERM
-
setONE_TERM
-
getOR
-
setOR
-
getBsetAND
public long getBsetAND() -
setBsetAND
public void setBsetAND(long bsetAND) -
getBsetEXPRESSION
public long getBsetEXPRESSION() -
setBsetEXPRESSION
public void setBsetEXPRESSION(long bsetEXPRESSION) -
getBsetONE_TERM
public long getBsetONE_TERM() -
setBsetONE_TERM
public void setBsetONE_TERM(long bsetONE_TERM) -
getBsetOR
public long getBsetOR() -
setBsetOR
public void setBsetOR(long bsetOR)
-