|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains constants used by the Domino.Doc client connector code.
DKConstant
Field Summary | |
static java.lang.String |
copyright
|
static java.lang.String |
DK_ACTYPE_DD
|
static int |
DK_DD_APPEND
Append to existing file |
static short |
DK_DD_ATTR
Attribute type is Domino.Doc |
static short |
DK_DD_BINDER
Entity type is Binder |
static int |
DK_DD_BLOB
Constant used to specify that a large object is of type binary (a BLOB) |
static short |
DK_DD_CABINET
Entity type is Cabinet |
static int |
DK_DD_CREATE
Create a new file, do not overwrite existing file |
static java.lang.String |
DK_DD_CREATE_DATE
Field name used for searching a Domino.Doc server. |
static java.lang.String |
DK_DD_DATASTORE_EXT
|
static java.lang.String |
DK_DD_DEFAULT_MIMETYPE
|
static java.lang.String |
DK_DD_DLL_NAME
|
static java.lang.String |
DK_DD_DOC_TYPE
Field name used for searching a Domino.Doc server. |
static short |
DK_DD_DOCUMENT
Entity type is Document |
static java.lang.String |
DK_DD_DS_API_NAME
The name of the Domino.Doc Desktop Enabler API |
static java.lang.String |
DK_DD_DSTYPE
Constant used to build Domino.Doc identifiers |
static short |
DK_DD_FIELD
Attribute type is Field |
static java.lang.String |
DK_DD_FILENAME
Field name used for searching a Domino.Doc server. |
static short |
DK_DD_KEYWORD
Attribute type is Keyword |
static short |
DK_DD_LIBRARY
Entity type is Library |
static int |
DK_DD_OPT_CONTENT
This options is used to control whether or not attributes and data definitions are added to the DKDDO's which are returned in a result. |
static int |
DK_DD_OPT_CONTENT_ATTRONLY
|
static int |
DK_DD_OPT_CONTENT_NO
|
static int |
DK_DD_OPT_CONTENT_YES
|
static int |
DK_DD_OPT_LIMIT
This option is used to limit the number of documents returned when a query is executed. |
static int |
DK_DD_OPT_NO_LIMIT
Specify this value for DK_DD_OPT_LIMIT to retrieve all possible documents when doing a search. |
static int |
DK_DD_OPT_RUN_FINALIZE_ON_EXIT
This option is used to control whether or not the java runtime environment (JRE) will be forced to do garbage collection when it exits. |
static int |
DK_DD_OPT_RUN_FINALIZE_ON_EXIT_NO
|
static int |
DK_DD_OPT_RUN_FINALIZE_ON_EXIT_YES
|
static int |
DK_DD_OPT_SEARCH_OPTION
This option is not used in this verion of Domino.Doc support. |
static int |
DK_DD_OPT_SEARCH_OPTION_STEMS
A Value for DK_DD_OPT_SEARCH_OPTION option. |
static int |
DK_DD_OPT_SEARCH_OPTION_THESAURUS
A Value for DK_DD_OPT_SEARCH_OPTION option. |
static int |
DK_DD_OPT_SORT_ORDER
This option is used to change the order of the results of a query. |
static int |
DK_DD_OPT_SORT_ORDER_DATE_ASC
A Value for DK_DD_OPT_SORT_ORDER option. |
static int |
DK_DD_OPT_SORT_ORDER_DATE_DES
A Value for DK_DD_OPT_SORT_ORDER option. |
static int |
DK_DD_OPT_SORT_ORDER_SCORES
A Value for DK_DD_OPT_SORT_ORDER option. |
static int |
DK_DD_OVERWRITE
Create a new file, or overwrite an existing file |
static int |
DK_DD_PID_DOC_EXT
|
static int |
DK_DD_PID_DOC_ID
|
static int |
DK_DD_PID_DOC_ID_CNT
|
static short |
DK_DD_PROFILE
Attribute type is Profile |
static short |
DK_DD_ROOM
Entity type is Room |
static java.lang.String |
DK_DD_SERVER_TYPE
A string to describe the type of server connector |
static java.lang.String |
DK_DD_TITLE
Field name used for searching a Domino.Doc server. |
static int |
DK_DD_UNKNOWN
A constant to indicate an undefined state |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Field Detail |
public static final java.lang.String DK_DD_DATASTORE_EXT
public static final int DK_DD_UNKNOWN
public static final java.lang.String DK_DD_DLL_NAME
public static final java.lang.String DK_DD_DOC_TYPE
public static final java.lang.String DK_DD_CREATE_DATE
public static final java.lang.String DK_DD_TITLE
public static final java.lang.String DK_DD_FILENAME
public static final int DK_DD_OPT_LIMIT
public static final int DK_DD_OPT_NO_LIMIT
public static final int DK_DD_OPT_SORT_ORDER
public static final int DK_DD_OPT_SORT_ORDER_SCORES
public static final int DK_DD_OPT_SORT_ORDER_DATE_DES
public static final int DK_DD_OPT_SORT_ORDER_DATE_ASC
public static final int DK_DD_OPT_SEARCH_OPTION
public static final int DK_DD_OPT_SEARCH_OPTION_STEMS
public static final int DK_DD_OPT_SEARCH_OPTION_THESAURUS
public static final int DK_DD_OPT_CONTENT
public static final int DK_DD_OPT_CONTENT_NO
public static final int DK_DD_OPT_CONTENT_YES
public static final int DK_DD_OPT_CONTENT_ATTRONLY
public static final int DK_DD_OPT_RUN_FINALIZE_ON_EXIT
The reason this is an option for the Domino.Doc connector is that this connector creates temporary files to hold document contents. In order to avoid retrieving document contents more than once, the temporary files are kept until the result objects are garbage collected by the JRE.
The default is DK_DD_OPT_RUN_FINALIZE_ON_EXIT_YES.
public static final int DK_DD_OPT_RUN_FINALIZE_ON_EXIT_NO
public static final int DK_DD_OPT_RUN_FINALIZE_ON_EXIT_YES
public static final short DK_DD_LIBRARY
public static final short DK_DD_ROOM
public static final short DK_DD_CABINET
public static final short DK_DD_BINDER
public static final short DK_DD_DOCUMENT
public static final short DK_DD_PROFILE
public static final short DK_DD_FIELD
public static final short DK_DD_KEYWORD
public static final short DK_DD_ATTR
public static final java.lang.String DK_DD_DSTYPE
public static final java.lang.String DK_DD_SERVER_TYPE
public static final java.lang.String DK_DD_DS_API_NAME
public static final int DK_DD_BLOB
public static final java.lang.String DK_DD_DEFAULT_MIMETYPE
public static final int DK_DD_OVERWRITE
public static final int DK_DD_CREATE
public static final int DK_DD_APPEND
public static final java.lang.String DK_ACTYPE_DD
public static final int DK_DD_PID_DOC_ID
public static final int DK_DD_PID_DOC_EXT
public static final int DK_DD_PID_DOC_ID_CNT
public static final java.lang.String copyright
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |