com.plumtree.server
Class PT_SEARCH_APPS

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

public final class PT_SEARCH_APPS
extends java.lang.Object

Applications 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_APPS setting (set by calling IPTSearchRequest.SetSettings).

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

Field Summary
static int PT_SEARCH_APPS_COLLAB
          Search Collaboration Server
static int PT_SEARCH_APPS_CONTENT
          Search Content Server
static int PT_SEARCH_APPS_PORTAL
          Search portal documents, folders, and objects
 
Constructor Summary
PT_SEARCH_APPS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_SEARCH_APPS_PORTAL

public static final int PT_SEARCH_APPS_PORTAL
Search portal documents, folders, and objects

See Also:
Constant Field Values

PT_SEARCH_APPS_COLLAB

public static final int PT_SEARCH_APPS_COLLAB
Search Collaboration Server

See Also:
Constant Field Values

PT_SEARCH_APPS_CONTENT

public static final int PT_SEARCH_APPS_CONTENT
Search Content Server

See Also:
Constant Field Values
Constructor Detail

PT_SEARCH_APPS

public PT_SEARCH_APPS()