com.plumtree.server
Class PT_SEARCH_ABSTYPES

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

public final class PT_SEARCH_ABSTYPES
extends java.lang.Object

"Abstract types" to be searched as part of an IPTSearchRequest. These are bits that may be ORed together to form a legal value for the PT_SEARCH_SETTING.PT_SEARCHSETTING_ABSTYPES setting (set by calling IPTSearchRequest.SetSettings).

The main use of this enumeration is to enable searches for any type of document across different applications. The portal, Collab, and Content have different types that all hold "document" text content, but each of these types is returned by a search for PT_SEARCH_ABSTYPES_DOCUMENTS.

Version:
$Revision$
Author:
CraigS
See Also:
PT_SEARCH_SETTING, IPTSearchRequest

Field Summary
static int PT_SEARCH_ABSTYPES_CONTAINERS
          Return any form of container, such as a folder.
static int PT_SEARCH_ABSTYPES_DOCUMENTS
          Return any form of document, such as a card (on the portal) or an uploaded Collab document.
static int PT_SEARCH_ABSTYPES_OTHER
          Return any other object not included in the other types.
 
Constructor Summary
PT_SEARCH_ABSTYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SEARCH_ABSTYPES_DOCUMENTS

public static final int PT_SEARCH_ABSTYPES_DOCUMENTS
Return any form of document, such as a card (on the portal) or an uploaded Collab document.

See Also:
Constant Field Values

PT_SEARCH_ABSTYPES_CONTAINERS

public static final int PT_SEARCH_ABSTYPES_CONTAINERS
Return any form of container, such as a folder.

See Also:
Constant Field Values

PT_SEARCH_ABSTYPES_OTHER

public static final int PT_SEARCH_ABSTYPES_OTHER
Return any other object not included in the other types.

See Also:
Constant Field Values
Constructor Detail

PT_SEARCH_ABSTYPES

public PT_SEARCH_ABSTYPES()