com.plumtree.server
Class PT_FILTEROPS
java.lang.Object
|
+--com.plumtree.server.PT_FILTEROPS
- public final class PT_FILTEROPS
- extends java.lang.Object
The FILTEROPS constants define the operators that are supported in query
filters. These are used in ObjectManager queries, etc.
- See Also:
IPTQueryFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_FILTEROP_EQ
public static final int PT_FILTEROP_EQ
PT_FILTEROP_EQ_NOCASE
public static final int PT_FILTEROP_EQ_NOCASE
PT_FILTEROP_NE
public static final int PT_FILTEROP_NE
PT_FILTEROP_LT
public static final int PT_FILTEROP_LT
PT_FILTEROP_GT
public static final int PT_FILTEROP_GT
PT_FILTEROP_LTE
public static final int PT_FILTEROP_LTE
PT_FILTEROP_GTE
public static final int PT_FILTEROP_GTE
PT_FILTEROP_CONTAINS
public static final int PT_FILTEROP_CONTAINS
PT_FILTEROP_DOESNOTCONTAIN
public static final int PT_FILTEROP_DOESNOTCONTAIN
PT_FILTEROP_ISEMPTY
public static final int PT_FILTEROP_ISEMPTY
PT_FILTEROP_ISNOTEMPTY
public static final int PT_FILTEROP_ISNOTEMPTY
PT_FILTEROP_REGEXPMATCH
public static final int PT_FILTEROP_REGEXPMATCH
PT_FILTEROP_REGEXPNOTMATCH
public static final int PT_FILTEROP_REGEXPNOTMATCH
PT_FILTEROP_IN
public static final int PT_FILTEROP_IN
PT_FILTEROP_NUMERIC_EQ
public static final int PT_FILTEROP_NUMERIC_EQ
PT_FILTEROP_NUMERIC_NOTEQ
public static final int PT_FILTEROP_NUMERIC_NOTEQ
PT_FILTEROPS
public PT_FILTEROPS()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.