Package com.j_spaces.core.client
Class TemplateMatchCodes
java.lang.Object
com.j_spaces.core.client.TemplateMatchCodes
Deprecated.
- Version:
- 4.0
- Author:
- Yechiel Fefer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortDeprecated.collection/array contains matchingstatic final shortDeprecated.equal operationstatic final shortDeprecated.grater-equal operationstatic final shortDeprecated.greater than operationstatic final shortDeprecated.IN operationstatic final shortDeprecated.entry field is null operation (template field not relevant)static final shortDeprecated.less-equal operationstatic final shortDeprecated.less than operationstatic final shortDeprecated.not equal operationstatic final shortDeprecated.entry field is not null operation (template field not relevant)static final shortDeprecated.regular-expression NOT matching operation (of a string field)static final shortDeprecated.regular-expression matching operation (of a string field)static final shortDeprecated.RELATION operation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EQ
public static final short EQDeprecated.equal operation- See Also:
-
NE
public static final short NEDeprecated.not equal operation- See Also:
-
GT
public static final short GTDeprecated.greater than operation- See Also:
-
GE
public static final short GEDeprecated.grater-equal operation- See Also:
-
LT
public static final short LTDeprecated.less than operation- See Also:
-
LE
public static final short LEDeprecated.less-equal operation- See Also:
-
IS_NULL
public static final short IS_NULLDeprecated.entry field is null operation (template field not relevant)- See Also:
-
NOT_NULL
public static final short NOT_NULLDeprecated.entry field is not null operation (template field not relevant)- See Also:
-
REGEX
public static final short REGEXDeprecated.regular-expression matching operation (of a string field)- See Also:
-
CONTAINS_TOKEN
public static final short CONTAINS_TOKENDeprecated.collection/array contains matching- See Also:
-
NOT_REGEX
public static final short NOT_REGEXDeprecated.regular-expression NOT matching operation (of a string field)- See Also:
-
IN
public static final short INDeprecated.IN operation- See Also:
-
RELATION
public static final short RELATIONDeprecated.RELATION operation- See Also:
-
-
Constructor Details
-
TemplateMatchCodes
public TemplateMatchCodes()Deprecated.
-
-
Method Details
-
supportFifoOrder
public static boolean supportFifoOrder(short matchCode) Deprecated.
-
SQLQueryinstead.