|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains public static final variables common to whole package, including:
Field Summary | |
static java.lang.String |
ANNOTATION_MIME_TYPE
Mime type of annotation part for CM v8 server type |
static short |
CMB_CLASS_ICM_DOC_MODEL
Document model |
static short |
CMB_CLASS_ICM_DOC_PART
Document part |
static short |
CMB_CLASS_ITEM
Item classification |
static short |
CMB_CLASS_RESOURCE_ITEM
Resource Item |
static short |
CMB_CLASS_UNDEFINED
Undefined - for non-ICM item types |
static short |
CMB_CONNTYPE_DYNAMIC
Connection type: dynamic - dynamically configure by cmbcs.ini |
static short |
CMB_CONNTYPE_LOCAL
Connection type: all local |
static short |
CMB_CONNTYPE_REMOTE
Connection type: all remote - RMI hostname and port number needs to be specified |
static int |
CMB_CONTENT_ATTRONLY
Content option - retrieve attributes |
static int |
CMB_CONTENT_CHILDREN
Content option - retrieve children |
static int |
CMB_CONTENT_ITEMTREE
Content option - retrieve item tree |
static int |
CMB_CONTENT_LINKS_INBOUND
Content option - retrieve links |
static int |
CMB_CONTENT_LINKS_OUTBOUND
Content option - retrieve links |
static int |
CMB_CONTENT_YES
content option - retrieve content |
static short |
CMB_DATATYPE_COLLECTION
Attribute type: collection of objects of unknown data type |
static short |
CMB_DATATYPE_COLLECTION_DDO
Deprecated. Use CMB_DATATYPE_ITEM_COLLECTION instead. |
static short |
CMB_DATATYPE_COLLECTION_XDO
Deprecated. Use CMB_DATATYPE_OBJECT_COLLECTION instead. |
static short |
CMB_DATATYPE_DATAOBJECTBASE
Attribute type: data object base type |
static short |
CMB_DATATYPE_DATE
Attribute type: date data type |
static short |
CMB_DATATYPE_DECIMAL
Attribute type: decimal data type |
static short |
CMB_DATATYPE_DOUBLE
Attribute type: double data type |
static short |
CMB_DATATYPE_FLOAT
Attribute type: float data type |
static short |
CMB_DATATYPE_FSTRING
Attribute type: fixed string data type |
static short |
CMB_DATATYPE_ITEM
Attribute type: a CMBItem object |
static short |
CMB_DATATYPE_ITEM_COLLECTION
Attribute type: collection of CMBItem objects |
static short |
CMB_DATATYPE_LONG
Attribute type: long data type |
static short |
CMB_DATATYPE_OBJECT
Attribute type: a CMBObject object |
static short |
CMB_DATATYPE_OBJECT_COLLECTION
Attribute type: collection of CMBObject objects |
static short |
CMB_DATATYPE_SHORT
Attribute type: short data type |
static short |
CMB_DATATYPE_TIME
Attribute type: time data type |
static short |
CMB_DATATYPE_TIMESTAMP
Attribute type: timestamp data type |
static short |
CMB_DATATYPE_UNDEFINED
Attribute type: unknown data type |
static short |
CMB_DATATYPE_VSTRING
Attribute type: variable string data type |
static java.lang.String |
CMB_DSTYPE_CM
Datastore type: Content Manager |
static java.lang.String |
CMB_DSTYPE_DB2
Datastore type: DB/2 |
static java.lang.String |
CMB_DSTYPE_DES
Datastore type: Extended Search |
static java.lang.String |
CMB_DSTYPE_DJ
Datastore type: DataJoiner |
static java.lang.String |
CMB_DSTYPE_DL
Datastore type: Content Manager |
static java.lang.String |
CMB_DSTYPE_DOMDOC
Datastore type: DominoDoc |
static java.lang.String |
CMB_DSTYPE_FED
Datastore type: federated |
static java.lang.String |
CMB_DSTYPE_FN
Datastore type: FileNet |
static java.lang.String |
CMB_DSTYPE_IC
Datastore type: Information Catalog |
static java.lang.String |
CMB_DSTYPE_ICM
Datastore type: Restructured Content Manager @since 8.1 |
static java.lang.String |
CMB_DSTYPE_IP390
Datastore type: IP/390 |
static java.lang.String |
CMB_DSTYPE_JDBC
Datastore type: JDBC |
static java.lang.String |
CMB_DSTYPE_OD
Datastore type: OnDemand |
static java.lang.String |
CMB_DSTYPE_VI400
Datastore type: VI/400 |
static java.lang.String |
CMB_EIP_LOGOUT
On session listener classes, indicates that listener properties should be cleared.LoItem type: a document. |
static short |
CMB_OBJTYPE_CMBITEM
CMBItem object type |
static short |
CMB_OBJTYPE_CMBOBJECT
CMBObject object type |
static short |
CMB_OP_AND
Search operator: and |
static short |
CMB_OP_BETWEEN
Search template criterion operator: between |
static short |
CMB_OP_CONTAINS_TEXT
Search operator: contains text |
static short |
CMB_OP_CONTAINS_TEXT_IN_CONTENT
Search operator: contains text in content |
static short |
CMB_OP_EQUAL
Search template criterion operator: equal to |
static short |
CMB_OP_GREATER
Search template criterion operator: greater than |
static short |
CMB_OP_GREATER_EQUAL
Search template criterion operator: greater than or equal to |
static short |
CMB_OP_IN
Search template criterion operator: in |
static short |
CMB_OP_LESS
Search template criterion operator: less than |
static short |
CMB_OP_LESS_EQUAL
Search template criterion operator: less than or equal to |
static short |
CMB_OP_LIKE
Search template criterion operator: like |
static short |
CMB_OP_NOT
Search operator: not |
static short |
CMB_OP_NOT_BETWEEN
Search template criterion operator: not between |
static short |
CMB_OP_NOT_EQUAL
Search template criterion operator: not equal to |
static short |
CMB_OP_NOT_IN
Search template criterion operator: not in |
static short |
CMB_OP_NOT_LIKE
Search template criterion operator: not like |
static short |
CMB_OP_OR
Search operator: or |
static short |
CMB_OP_UNDEFINED
Search template criterion operator: undefined |
static short |
CMB_QS_TYPE_COMBINED
Query type: Combined parametric, full text, image |
static short |
CMB_QS_TYPE_DES
Query type: Domino Extended Search |
static short |
CMB_QS_TYPE_FEDERATED
Query type: Federated search syntax |
static short |
CMB_QS_TYPE_IMAGE
Query type: Image search |
static short |
CMB_QS_TYPE_PARAMETRIC
Query type: parametric |
static short |
CMB_QS_TYPE_SQL
Query type: SQL syntax |
static short |
CMB_QS_TYPE_TEMPLATE
Query type: Template-based |
static short |
CMB_QS_TYPE_TEXT
Query type: Full text search |
static short |
CMB_QS_TYPE_UNKNOWN
Query type: unknown |
static short |
CMB_QS_TYPE_XPATH
Query type: XQuery path expression |
static short |
CMB_ST_SKIP_ALWAYS
Skip server setting: skip always. |
static short |
CMB_ST_SKIP_NEVER
Skip server setting: skip never. |
static short |
CMB_ST_SKIP_WITH_PROMPT
Skip server setting: skip with prompt. |
static int |
CMB_STATUS_FAILED
Constant: function status. |
static int |
CMB_STATUS_OK
Constant: function status. |
static int |
CMB_STATUS_RESULT_END
Constant: function status: the end of search result. |
static int |
CMB_STATUS_RESULT_MORE
Constant: function status: more result from asynchronous search is ready. |
static int |
CMB_STATUS_RESULT_NEW
Constant: function status: result from a new search is ready. |
static java.sql.Timestamp |
CMB_TIMESTAMP_UNDEFINED
Undefined timestamp |
static short |
CMB_TYPE_DOCUMENT
Item type: a document. |
static short |
CMB_TYPE_FOLDER
Item type: a folder. |
static short |
CMB_TYPE_ITEM
Item type: an item that is neither a document nor a folder. |
static short |
CMB_TYPE_UNKNOWN
Item type: unknown - the item has not yet been retrieved. |
static java.lang.String |
CMB_USERID_UNDEFINED
Undefined userid |
static short |
CMB_VERSION_CONTROL_ALWAYS_NEW
Version control type: item type always creates a new version when updated |
static short |
CMB_VERSION_CONTROL_BY_APP
Version control type: application decides whether to update existing version or create new version |
static short |
CMB_VERSION_CONTROL_NEVER
Version control type: item type never versioned |
static java.lang.String |
CMB_VERSION_KEYWORD
Version - keyword Used for the keyword in a DKNVPair |
static int |
CMB_VERSION_LATEST
Version - latest |
static int |
CMB_VERSION_NEW
Version - new |
static java.lang.String |
PROP_CACHE_ENABLED
Property name: cacheEnabled, used by CMBSchemaManagement bean. |
static java.lang.String |
PROP_CC2MIME_URL
Property name: CC2MimeURL, used by CMBConnection bean. |
static java.lang.String |
PROP_CONNECTION
Property name: connection, used by all beans. |
static java.lang.String |
PROP_CONNECTION_TYPE
Property name: connectionType, used by CMBConnection bean. |
static java.lang.String |
PROP_DATA_MANAGEMENT_ENABLED
Property name: dataManagementEnabled, used by CMBConnection bean. |
static java.lang.String |
PROP_DSTYPE
Property name: dsType, used by CMBConnection bean. |
static java.lang.String |
PROP_LOCAL_SERVER
Property name: serverLocal, used by CMBConnection bean. |
static java.lang.String |
PROP_NAME
Property name: name (search template name), used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_NEW_PASSWORD
Property name: newPassword, used by CMBConnection bean. |
static java.lang.String |
PROP_PASSWORD
Property name: password, used by CMBConnection bean. |
static java.lang.String |
PROP_PORT_NUMBER
Property name: portNumber, used by CMBConnection bean. |
static java.lang.String |
PROP_QUERY_CALLBACK_THRESHOLD
Property name: callbackThreshold, used by CMBQueryService bean. |
static java.lang.String |
PROP_QUERY_MAX_RESULTS
Property name: maxResults, used by CMBQueryService bean. |
static java.lang.String |
PROP_RESULT_PAGESIZE
Property name: name (search template name), used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_RMI_HOSTNAME
Property name: RMIHostname, used by CMBConnection bean. |
static java.lang.String |
PROP_SCHEMA_MANAGEMENT_ENABLED
Property name: schemaManagementEnabled, used by CMBConnection bean. |
static java.lang.String |
PROP_SEARCH_ASYNCH
Property name: asynchSearch, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SEARCH_MULTI_CHARS_WILDCARD
Property name: textMultiCharsWildcard, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SEARCH_PARAMETRIC_WILDCARD
Property name: parmFieldWildcard, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SEARCH_SINGLE_CHAR_WILDCARD
Property name: textSingleCharWildcard, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SEARCH_SKIP_SERVER
Property name: skipServer, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SEARCH_TIMEOUT
Property name: timeout, used by CMBSearchTemplate bean. |
static java.lang.String |
PROP_SERVER_NAME
Property name: serverName, used by CMBConnection bean. |
static java.lang.String |
PROP_SV_CONNECTION_TYPE
Property name: service connectionType, used by CMBConnection bean. |
static java.lang.String |
PROP_SV_PORT_NUMBER
Property name: portNumber, used by CMBConnection bean. |
static java.lang.String |
PROP_SV_RMI_HOSTNAME
Property name: service RMIHostname, used by CMBConnection bean. |
static java.lang.String |
PROP_TRACE_ENABLED
Property name: traceEnabled, used by all beans. |
static java.lang.String |
PROP_USERID
Property name: userid, used by CMBConnection bean. |
Field Detail |
public static final java.lang.String PROP_TRACE_ENABLED
public static final java.lang.String PROP_CONNECTION
public static final java.lang.String PROP_CACHE_ENABLED
public static final java.lang.String PROP_LOCAL_SERVER
public static final java.lang.String PROP_SERVER_NAME
public static final java.lang.String PROP_PORT_NUMBER
public static final java.lang.String PROP_SV_PORT_NUMBER
public static final java.lang.String PROP_USERID
public static final java.lang.String PROP_PASSWORD
public static final java.lang.String PROP_NEW_PASSWORD
public static final java.lang.String PROP_DSTYPE
public static final java.lang.String PROP_SV_CONNECTION_TYPE
public static final java.lang.String PROP_CONNECTION_TYPE
public static final java.lang.String PROP_CC2MIME_URL
public static final java.lang.String PROP_RMI_HOSTNAME
public static final java.lang.String PROP_SV_RMI_HOSTNAME
public static final java.lang.String PROP_SCHEMA_MANAGEMENT_ENABLED
public static final java.lang.String PROP_DATA_MANAGEMENT_ENABLED
public static final java.lang.String PROP_NAME
public static final java.lang.String PROP_SEARCH_ASYNCH
public static final java.lang.String PROP_SEARCH_TIMEOUT
public static final java.lang.String PROP_SEARCH_SKIP_SERVER
public static final java.lang.String PROP_SEARCH_SINGLE_CHAR_WILDCARD
public static final java.lang.String PROP_SEARCH_MULTI_CHARS_WILDCARD
public static final java.lang.String PROP_SEARCH_PARAMETRIC_WILDCARD
public static final java.lang.String PROP_QUERY_MAX_RESULTS
public static final java.lang.String PROP_QUERY_CALLBACK_THRESHOLD
public static final int CMB_STATUS_OK
public static final int CMB_STATUS_FAILED
public static final int CMB_STATUS_RESULT_NEW
public static final int CMB_STATUS_RESULT_MORE
public static final int CMB_STATUS_RESULT_END
public static final short CMB_TYPE_UNKNOWN
public static final short CMB_TYPE_DOCUMENT
public static final short CMB_TYPE_FOLDER
public static final short CMB_TYPE_ITEM
public static final java.sql.Timestamp CMB_TIMESTAMP_UNDEFINED
public static final java.lang.String CMB_USERID_UNDEFINED
public static final int CMB_VERSION_LATEST
public static final int CMB_VERSION_NEW
public static final java.lang.String CMB_VERSION_KEYWORD
public static final int CMB_CONTENT_ATTRONLY
public static final int CMB_CONTENT_CHILDREN
public static final int CMB_CONTENT_LINKS_INBOUND
public static final int CMB_CONTENT_LINKS_OUTBOUND
public static final int CMB_CONTENT_ITEMTREE
public static final int CMB_CONTENT_YES
public static final java.lang.String CMB_EIP_LOGOUT
public static final java.lang.String CMB_DSTYPE_FED
public static final java.lang.String CMB_DSTYPE_DL
public static final java.lang.String CMB_DSTYPE_CM
public static final java.lang.String CMB_DSTYPE_ICM
public static final java.lang.String CMB_DSTYPE_OD
public static final java.lang.String CMB_DSTYPE_JDBC
public static final java.lang.String CMB_DSTYPE_VI400
public static final java.lang.String CMB_DSTYPE_IP390
public static final java.lang.String CMB_DSTYPE_DOMDOC
public static final java.lang.String CMB_DSTYPE_DB2
public static final java.lang.String CMB_DSTYPE_DJ
public static final java.lang.String CMB_DSTYPE_IC
public static final java.lang.String CMB_DSTYPE_DES
public static final java.lang.String CMB_DSTYPE_FN
public static final short CMB_CONNTYPE_LOCAL
public static final short CMB_CONNTYPE_REMOTE
public static final short CMB_CONNTYPE_DYNAMIC
public static final java.lang.String ANNOTATION_MIME_TYPE
public static final java.lang.String PROP_RESULT_PAGESIZE
public static final short CMB_QS_TYPE_UNKNOWN
public static final short CMB_QS_TYPE_PARAMETRIC
public static final short CMB_QS_TYPE_TEXT
public static final short CMB_QS_TYPE_IMAGE
public static final short CMB_QS_TYPE_SQL
public static final short CMB_QS_TYPE_COMBINED
public static final short CMB_QS_TYPE_TEMPLATE
public static final short CMB_QS_TYPE_FEDERATED
public static final short CMB_QS_TYPE_XPATH
public static final short CMB_QS_TYPE_DES
public static final short CMB_VERSION_CONTROL_NEVER
public static final short CMB_VERSION_CONTROL_ALWAYS_NEW
public static final short CMB_VERSION_CONTROL_BY_APP
public static final short CMB_CLASS_UNDEFINED
public static final short CMB_CLASS_ITEM
public static final short CMB_CLASS_RESOURCE_ITEM
public static final short CMB_CLASS_ICM_DOC_MODEL
public static final short CMB_CLASS_ICM_DOC_PART
public static final short CMB_OP_UNDEFINED
public static final short CMB_OP_EQUAL
public static final short CMB_OP_NOT_EQUAL
public static final short CMB_OP_LESS_EQUAL
public static final short CMB_OP_LESS
public static final short CMB_OP_GREATER_EQUAL
public static final short CMB_OP_GREATER
public static final short CMB_OP_BETWEEN
public static final short CMB_OP_NOT_BETWEEN
public static final short CMB_OP_IN
public static final short CMB_OP_NOT_IN
public static final short CMB_OP_LIKE
public static final short CMB_OP_NOT_LIKE
public static final short CMB_OP_AND
public static final short CMB_OP_OR
public static final short CMB_OP_NOT
public static final short CMB_OP_CONTAINS_TEXT
public static final short CMB_OP_CONTAINS_TEXT_IN_CONTENT
public static final short CMB_ST_SKIP_ALWAYS
public static final short CMB_ST_SKIP_NEVER
public static final short CMB_ST_SKIP_WITH_PROMPT
public static final short CMB_DATATYPE_UNDEFINED
public static final short CMB_DATATYPE_VSTRING
public static final short CMB_DATATYPE_FSTRING
public static final short CMB_DATATYPE_SHORT
public static final short CMB_DATATYPE_LONG
public static final short CMB_DATATYPE_FLOAT
public static final short CMB_DATATYPE_DECIMAL
public static final short CMB_DATATYPE_DATE
public static final short CMB_DATATYPE_TIME
public static final short CMB_DATATYPE_TIMESTAMP
public static final short CMB_DATATYPE_DOUBLE
public static final short CMB_DATATYPE_ITEM
public static final short CMB_DATATYPE_OBJECT
public static final short CMB_DATATYPE_DATAOBJECTBASE
public static final short CMB_DATATYPE_COLLECTION
public static final short CMB_DATATYPE_COLLECTION_DDO
public static final short CMB_DATATYPE_ITEM_COLLECTION
public static final short CMB_DATATYPE_COLLECTION_XDO
public static final short CMB_DATATYPE_OBJECT_COLLECTION
public static final short CMB_OBJTYPE_CMBOBJECT
public static final short CMB_OBJTYPE_CMBITEM
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |