com.ptc.windchill.index.common
Class ServletConstants
java.lang.Object
com.ptc.windchill.index.common.ServletConstants
- public class ServletConstants
- extends Object
This class is a helper class that contains a number of contants used by indexing to produce
outputs, take action and contains most of the static information for a windchill server
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERBOSE_PERFORMANCE
public boolean VERBOSE_PERFORMANCE
TEMP_DIR
public String TEMP_DIR
FILE_SYSTEM_MAPPED
public boolean FILE_SYSTEM_MAPPED
CHECK_DOC_TYPES
public boolean CHECK_DOC_TYPES
DATABASE_CHUNK_SIZE
public int DATABASE_CHUNK_SIZE
RWARE_PATH
public String RWARE_PATH
RWARE_ADDRESS
public String RWARE_ADDRESS
FILE_AGE
public int FILE_AGE
RUN_DELETE
public int RUN_DELETE
LIBRARY_LANGUAGES
public HashMap LIBRARY_LANGUAGES
counter
private int counter
SUCCESS_STATUS
public final String SUCCESS_STATUS
- See Also:
- Constant Field Values
FAILURE_STATUS
public final String FAILURE_STATUS
- See Also:
- Constant Field Values
DELETE_ENTRY
public final String DELETE_ENTRY
- See Also:
- Constant Field Values
UPDATE_ENTRY
public final String UPDATE_ENTRY
- See Also:
- Constant Field Values
VALIDATE_COLLECTION
public final String VALIDATE_COLLECTION
- See Also:
- Constant Field Values
GET_DOCUMENT_TYPES
public final String GET_DOCUMENT_TYPES
- See Also:
- Constant Field Values
GET_LIBRARIES
public final String GET_LIBRARIES
- See Also:
- Constant Field Values
indexLogger
public static org.apache.log4j.Logger indexLogger
searchLogger
public static org.apache.log4j.Logger searchLogger
windchillLogger
public static org.apache.log4j.Logger windchillLogger
ServletConstants
public ServletConstants()
getTempFile
public File getTempFile(File dir,
String prefix,
String extension)
initializeConstants
public void initializeConstants(javax.servlet.ServletConfig servletConfig)
parseLibraries
private HashMap parseLibraries(String libraries)