com.plumtree.server
Class PT_FOLDERSEARCH_SETTINGS

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

Deprecated.

public final class PT_FOLDERSEARCH_SETTINGS
extends java.lang.Object

Obsolete. Enumeration for settings governing folder searches. See PT_SEARCH_SETTING instead.

Version:
$Revision$
Author:
MarcusM
See Also:
PT_SEARCH_SETTING

Field Summary
static int PT_FOLDERSEARCH_KWIC
          Deprecated. Use PT_SEARCH_SETTING
static int PT_FOLDERSEARCH_LANGUAGE
          Deprecated. Use PT_SEARCH_SETTING
static int PT_FOLDERSEARCH_LIMITBYLOCALE
          Deprecated. Use PT_SEARCH_SETTING
static int PT_FOLDERSEARCH_PARSER
          Deprecated. Use PT_SEARCH_SETTING
static int PT_FOLDERSEARCH_QUERYTYPE
          Deprecated. Use PT_SEARCH_SETTING
static int PT_FOLDERSEARCH_TIMEOUT
          Deprecated. Use PT_SEARCH_SETTING
 
Constructor Summary
PT_FOLDERSEARCH_SETTINGS()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_FOLDERSEARCH_PARSER

public static final int PT_FOLDERSEARCH_PARSER
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values

PT_FOLDERSEARCH_LANGUAGE

public static final int PT_FOLDERSEARCH_LANGUAGE
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values

PT_FOLDERSEARCH_TIMEOUT

public static final int PT_FOLDERSEARCH_TIMEOUT
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values

PT_FOLDERSEARCH_KWIC

public static final int PT_FOLDERSEARCH_KWIC
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values

PT_FOLDERSEARCH_LIMITBYLOCALE

public static final int PT_FOLDERSEARCH_LIMITBYLOCALE
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values

PT_FOLDERSEARCH_QUERYTYPE

public static final int PT_FOLDERSEARCH_QUERYTYPE
Deprecated. Use PT_SEARCH_SETTING
See Also:
Constant Field Values
Constructor Detail

PT_FOLDERSEARCH_SETTINGS

public PT_FOLDERSEARCH_SETTINGS()
Deprecated.