|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_ACCESSOR_CAPABILITIES
public final class PT_ACCESSOR_CAPABILITIES
A list of optional capabilities that an accessor may support.
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 |
|---|
public static final int PT_AC_DOCUMENT_SUMMARY
DocumentSummary.
public static final int PT_AC_WRITE_INDEX_FILE
WriteIndexingFile.
public static final int PT_AC_SUGGESTED_CARD_NAME
GetSuggestedCardName.
public static final int PT_AC_INVALID
| Constructor Detail |
|---|
public PT_ACCESSOR_CAPABILITIES()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||