com.plumtree.server
Class PT_FILTERTYPES

java.lang.Object
  extended by com.plumtree.server.PT_FILTERTYPES

public final class PT_FILTERTYPES
extends java.lang.Object

These constants define the types of filters that the IPTFilter interface can support.

Author:
michaels
See Also:
IPTFilter

Field Summary
static int PT_FILTERTYPE_CLASSIFY
          Classify filters are associated with Catalog Folders, and are used by Taxonomists
static int PT_FILTERTYPE_INVALID
           
static int PT_FILTERTYPE_SEARCH
          Search filters are used by Saved Searches
 
Constructor Summary
PT_FILTERTYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FILTERTYPE_INVALID

public static final int PT_FILTERTYPE_INVALID
See Also:
Constant Field Values

PT_FILTERTYPE_SEARCH

public static final int PT_FILTERTYPE_SEARCH
Search filters are used by Saved Searches

See Also:
Constant Field Values

PT_FILTERTYPE_CLASSIFY

public static final int PT_FILTERTYPE_CLASSIFY
Classify filters are associated with Catalog Folders, and are used by Taxonomists

See Also:
Constant Field Values
Constructor Detail

PT_FILTERTYPES

public PT_FILTERTYPES()