com.plumtree.server
Class PT_FILTEROPS

java.lang.Object
  extended by 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.

Author:
michaels
See Also:
IPTQueryFilter

Field Summary
static int PT_FILTEROP_CONTAINS
           
static int PT_FILTEROP_DOESNOTCONTAIN
           
static int PT_FILTEROP_EQ
           
static int PT_FILTEROP_EQ_NOCASE
           
static int PT_FILTEROP_GT
           
static int PT_FILTEROP_GTE
           
static int PT_FILTEROP_IN
           
static int PT_FILTEROP_ISEMPTY
           
static int PT_FILTEROP_ISNOTEMPTY
           
static int PT_FILTEROP_LT
           
static int PT_FILTEROP_LTE
           
static int PT_FILTEROP_NE
           
static int PT_FILTEROP_NUMERIC_EQ
           
static int PT_FILTEROP_NUMERIC_NOTEQ
           
static int PT_FILTEROP_REGEXPMATCH
           
static int PT_FILTEROP_REGEXPNOTMATCH
           
static int PT_FILTEROP_RELATIVE_GT
           
static int PT_FILTEROP_RELATIVE_GTE
           
static int PT_FILTEROP_RELATIVE_LT
           
static int PT_FILTEROP_RELATIVE_LTE
           
 
Constructor Summary
PT_FILTEROPS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FILTEROP_EQ

public static final int PT_FILTEROP_EQ
See Also:
Constant Field Values

PT_FILTEROP_EQ_NOCASE

public static final int PT_FILTEROP_EQ_NOCASE
See Also:
Constant Field Values

PT_FILTEROP_NE

public static final int PT_FILTEROP_NE
See Also:
Constant Field Values

PT_FILTEROP_LT

public static final int PT_FILTEROP_LT
See Also:
Constant Field Values

PT_FILTEROP_GT

public static final int PT_FILTEROP_GT
See Also:
Constant Field Values

PT_FILTEROP_LTE

public static final int PT_FILTEROP_LTE
See Also:
Constant Field Values

PT_FILTEROP_GTE

public static final int PT_FILTEROP_GTE
See Also:
Constant Field Values

PT_FILTEROP_CONTAINS

public static final int PT_FILTEROP_CONTAINS
See Also:
Constant Field Values

PT_FILTEROP_DOESNOTCONTAIN

public static final int PT_FILTEROP_DOESNOTCONTAIN
See Also:
Constant Field Values

PT_FILTEROP_ISEMPTY

public static final int PT_FILTEROP_ISEMPTY
See Also:
Constant Field Values

PT_FILTEROP_ISNOTEMPTY

public static final int PT_FILTEROP_ISNOTEMPTY
See Also:
Constant Field Values

PT_FILTEROP_REGEXPMATCH

public static final int PT_FILTEROP_REGEXPMATCH
See Also:
Constant Field Values

PT_FILTEROP_REGEXPNOTMATCH

public static final int PT_FILTEROP_REGEXPNOTMATCH
See Also:
Constant Field Values

PT_FILTEROP_IN

public static final int PT_FILTEROP_IN
See Also:
Constant Field Values

PT_FILTEROP_NUMERIC_EQ

public static final int PT_FILTEROP_NUMERIC_EQ
See Also:
Constant Field Values

PT_FILTEROP_NUMERIC_NOTEQ

public static final int PT_FILTEROP_NUMERIC_NOTEQ
See Also:
Constant Field Values

PT_FILTEROP_RELATIVE_GT

public static final int PT_FILTEROP_RELATIVE_GT
See Also:
Constant Field Values

PT_FILTEROP_RELATIVE_LT

public static final int PT_FILTEROP_RELATIVE_LT
See Also:
Constant Field Values

PT_FILTEROP_RELATIVE_GTE

public static final int PT_FILTEROP_RELATIVE_GTE
See Also:
Constant Field Values

PT_FILTEROP_RELATIVE_LTE

public static final int PT_FILTEROP_RELATIVE_LTE
See Also:
Constant Field Values
Constructor Detail

PT_FILTEROPS

public PT_FILTEROPS()