com.plumtree.server
Class PT_SEARCH_ABSTYPES
java.lang.Object
|
+--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.
- See Also:
PT_SEARCH_SETTING,
IPTSearchRequest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
PT_SEARCH_ABSTYPES_CONTAINERS
public static final int PT_SEARCH_ABSTYPES_CONTAINERS
- Return any form of container, such as a folder.
PT_SEARCH_ABSTYPES_OTHER
public static final int PT_SEARCH_ABSTYPES_OTHER
- Return any other object not included in the other types.
PT_SEARCH_ABSTYPES
public PT_SEARCH_ABSTYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.