WebCenter Interaction API  
 

PT_FILTEROPS Members

PT_FILTEROPS overview

Public Static Fields

public fieldstaticPT_FILTEROP_CONTAINS 
public fieldstaticPT_FILTEROP_DOESNOTCONTAIN 
public fieldstaticPT_FILTEROP_EQ 
public fieldstaticPT_FILTEROP_EQ_NOCASE 
public fieldstaticPT_FILTEROP_GT 
public fieldstaticPT_FILTEROP_GTE 
public fieldstaticPT_FILTEROP_IN 
public fieldstaticPT_FILTEROP_ISEMPTY 
public fieldstaticPT_FILTEROP_ISNOTEMPTY 
public fieldstaticPT_FILTEROP_LT 
public fieldstaticPT_FILTEROP_LTE 
public fieldstaticPT_FILTEROP_NE 
public fieldstaticPT_FILTEROP_NUMERIC_EQ 
public fieldstaticPT_FILTEROP_NUMERIC_NOTEQ 
public fieldstaticPT_FILTEROP_REGEXPMATCH 
public fieldstaticPT_FILTEROP_REGEXPNOTMATCH 
public fieldstaticPT_FILTEROP_RELATIVE_GT 
public fieldstaticPT_FILTEROP_RELATIVE_GTE 
public fieldstaticPT_FILTEROP_RELATIVE_LT 
public fieldstaticPT_FILTEROP_RELATIVE_LTE 

Public Instance Constructors

public method PT_FILTEROPS Constructor Initializes a new instance of the PT_FILTEROPS class.

Public Instance Methods

public methodEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
public methodGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)Gets the Type of the current instance.
public methodToString (inherited from Object)Returns a String that represents the current Object.

See Also

PT_FILTEROPS Class | com.plumtree.server Namespace | IPTQueryFilter