com.plumtree.server
Class PT_ACCESSOR_CAPABILITIES

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

public final class PT_ACCESSOR_CAPABILITIES
extends java.lang.Object

A list of optional capabilities that an accessor may support.

Author:
JosephS
See Also:
IPTAccessor.QueryCapability(int)

Field Summary
static int PT_AC_DOCUMENT_SUMMARY
          The accessor implements DocumentSummary.
static int PT_AC_INVALID
          Invalid, this value and above are reserved for future use.
static int PT_AC_SUGGESTED_CARD_NAME
          The accessor implements GetSuggestedCardName.
static int PT_AC_WRITE_INDEX_FILE
          The accessor implements WriteIndexingFile.
 
Constructor Summary
PT_ACCESSOR_CAPABILITIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AC_DOCUMENT_SUMMARY

public static final int PT_AC_DOCUMENT_SUMMARY
The accessor implements DocumentSummary.

See Also:
Constant Field Values

PT_AC_WRITE_INDEX_FILE

public static final int PT_AC_WRITE_INDEX_FILE
The accessor implements WriteIndexingFile.

See Also:
Constant Field Values

PT_AC_SUGGESTED_CARD_NAME

public static final int PT_AC_SUGGESTED_CARD_NAME
The accessor implements GetSuggestedCardName.

See Also:
Constant Field Values

PT_AC_INVALID

public static final int PT_AC_INVALID
Invalid, this value and above are reserved for future use.

See Also:
Constant Field Values
Constructor Detail

PT_ACCESSOR_CAPABILITIES

public PT_ACCESSOR_CAPABILITIES()