| | WebCenter Interaction API | |
| PT_SEARCH_ABSTYPES Class |
"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.
For a list of all members of this type, see PT_SEARCH_ABSTYPES Members.
System.Object
com.plumtree.server.PT_SEARCH_ABSTYPES
public sealed class PT_SEARCH_ABSTYPES
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Requirements
Namespace: com.plumtree.server
Assembly: plumtreeserver (in plumtreeserver.dll)
See Also
PT_SEARCH_ABSTYPES Members | com.plumtree.server Namespace | PT_SEARCH_SETTING | IPTSearchRequest