com.plumtree.server
Class PT_FILTERTYPES

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

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()
           
 
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

PT_FILTERTYPE_SEARCH

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

PT_FILTERTYPE_CLASSIFY

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

PT_FILTERTYPES

public PT_FILTERTYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.