com.ibm.mm.sdk.common
Interface DKConstant
-
- All Known Subinterfaces:
- DKConstantICM
public interface DKConstantCM8 Constants - Defines constants used throughout the CM8 API.This interface provides a comprehensive set of constants that mirror IBM Content Manager 8 (CM8) API constants. These constants are used for:
- Document and folder type identification
- Content retrieval options
- Query language types
- Data type definitions
- Version control
- Namespace management
Implementations should reference these constants to ensure compatibility with CM8 behavior when working with the mimic API layer.
-
-
Field Summary
Fields Modifier and Type Field and Description static intDK_CM_CHECKINCheck-in operation constantstatic intDK_CM_CONTENT_ATTRONLYRetrieve attributes only, no contentstatic intDK_CM_CONTENT_CHILDRENRetrieve child objectsstatic intDK_CM_CONTENT_IDONLYRetrieve IDs onlystatic intDK_CM_CONTENT_ITEMTREERetrieve complete item treestatic intDK_CM_CONTENT_ITEMTREE_NO_LINKSRetrieve item tree without linksstatic intDK_CM_CONTENT_LINKS_INBOUNDRetrieve inbound linksstatic intDK_CM_CONTENT_LINKS_LEVELTWORetrieve level two linksstatic intDK_CM_CONTENT_LINKS_LEVELTWO_COUNTRetrieve level two link countsstatic intDK_CM_CONTENT_LINKS_OUTBOUNDRetrieve outbound linksstatic intDK_CM_CONTENT_NODo not retrieve contentstatic intDK_CM_CONTENT_ONELEVELRetrieve one level of hierarchystatic intDK_CM_CONTENT_ONLYRetrieve content onlystatic intDK_CM_CONTENT_RETRIEVE_IGNORE_ACL_NAMEIgnore ACL name during retrievalstatic intDK_CM_CONTENT_RETRIEVE_IGNORE_CHECKEDOUT_INFOIgnore checked-out information during retrievalstatic intDK_CM_CONTENT_RETRIEVE_USING_COMMITTED_READUse committed read during retrievalstatic intDK_CM_CONTENT_YESRetrieve content with full datastatic java.lang.StringDK_CM_DATASTORE_DK_CHILDChild collection class namestatic java.lang.StringDK_CM_DATASTORE_EXTDatastore extension class namestatic shortDK_CM_DATATYPE_BLOBBLOB (Binary Large Object) data typestatic shortDK_CM_DATATYPE_BOOLEANBoolean data typestatic shortDK_CM_DATATYPE_DECIMALDecimal data typestatic shortDK_CM_DATATYPE_INTEGERInteger data typestatic shortDK_CM_DATATYPE_OBJECTObject data typestatic shortDK_CM_DATATYPE_STRINGString data typestatic shortDK_CM_DATATYPE_TIMESTAMPTimestamp data typestatic shortDK_CM_DATATYPE_UNKNOWNUnknown data typestatic java.lang.StringDK_CM_DKFOLDERConstant for DKFolder classstatic java.lang.StringDK_CM_DKPARTSConstant for DKParts classstatic java.lang.StringDK_CM_DOCUMENTString constant for document semantic typestatic java.lang.ShortDK_CM_DOCUMENT_ShortShort object representing a document typestatic shortDK_CM_DOCUMENT_SHORTShort value representing a document typestatic java.lang.StringDK_CM_FOLDERString constant for folder semantic typestatic shortDK_CM_FOLDER_SHORTShort value representing a folder typestatic shortDK_CM_ITEMShort value representing an item typestatic java.lang.StringDK_CM_NAMESPACE_ATTRNamespace string constant for attributesstatic intDK_CM_NAMESPACE_ATTR_INTNamespace constant for attribute integersstatic java.lang.StringDK_CM_NAMESPACE_CHILDNamespace string constant for child objectsstatic intDK_CM_NAMESPACE_ITEMNamespace constant for itemsstatic java.lang.StringDK_CM_PARM_ENDParameter name for end markerstatic java.lang.StringDK_CM_PARM_MAX_RESULTSParameter name for maximum resultsstatic java.lang.StringDK_CM_PARM_PREFETCH_SIZEParameter name for prefetch sizestatic java.lang.StringDK_CM_PARM_RETRIEVEParameter name for retrieve optionsstatic java.lang.StringDK_CM_PREPARE_QUERYParameter name for prepare query flagstatic shortDK_CM_SQLSQL query language type identifierstatic java.lang.StringDK_CM_SQL_TIMEOUTParameter name for SQL timeoutstatic intDK_CM_VERSION_CURRENTRetrieve the current versionstatic intDK_CM_VERSION_LATESTRetrieve the latest versionstatic shortDK_CM_XQPE_QL_TYPEXQPE query language type identifier
-
-
-
Field Detail
-
DK_CM_NAMESPACE_ATTR_INT
static final int DK_CM_NAMESPACE_ATTR_INT
Namespace constant for attribute integers- See Also:
- Constant Field Values
-
DK_CM_NAMESPACE_ITEM
static final int DK_CM_NAMESPACE_ITEM
Namespace constant for items- See Also:
- Constant Field Values
-
DK_CM_NAMESPACE_ATTR
static final java.lang.String DK_CM_NAMESPACE_ATTR
Namespace string constant for attributes- See Also:
- Constant Field Values
-
DK_CM_DOCUMENT_SHORT
static final short DK_CM_DOCUMENT_SHORT
Short value representing a document type- See Also:
- Constant Field Values
-
DK_CM_DOCUMENT_Short
static final java.lang.Short DK_CM_DOCUMENT_Short
Short object representing a document type
-
DK_CM_FOLDER_SHORT
static final short DK_CM_FOLDER_SHORT
Short value representing a folder type- See Also:
- Constant Field Values
-
DK_CM_ITEM
static final short DK_CM_ITEM
Short value representing an item type- See Also:
- Constant Field Values
-
DK_CM_DOCUMENT
static final java.lang.String DK_CM_DOCUMENT
String constant for document semantic type- See Also:
- Constant Field Values
-
DK_CM_FOLDER
static final java.lang.String DK_CM_FOLDER
String constant for folder semantic type- See Also:
- Constant Field Values
-
DK_CM_NAMESPACE_CHILD
static final java.lang.String DK_CM_NAMESPACE_CHILD
Namespace string constant for child objects- See Also:
- Constant Field Values
-
DK_CM_CONTENT_YES
static final int DK_CM_CONTENT_YES
Retrieve content with full data- See Also:
- Constant Field Values
-
DK_CM_CONTENT_ATTRONLY
static final int DK_CM_CONTENT_ATTRONLY
Retrieve attributes only, no content- See Also:
- Constant Field Values
-
DK_CM_CONTENT_NO
static final int DK_CM_CONTENT_NO
Do not retrieve content- See Also:
- Constant Field Values
-
DK_CM_CONTENT_CHILDREN
static final int DK_CM_CONTENT_CHILDREN
Retrieve child objects- See Also:
- Constant Field Values
-
DK_CM_CONTENT_IDONLY
static final int DK_CM_CONTENT_IDONLY
Retrieve IDs only- See Also:
- Constant Field Values
-
DK_CM_CONTENT_ITEMTREE
static final int DK_CM_CONTENT_ITEMTREE
Retrieve complete item tree- See Also:
- Constant Field Values
-
DK_CM_CONTENT_ITEMTREE_NO_LINKS
static final int DK_CM_CONTENT_ITEMTREE_NO_LINKS
Retrieve item tree without links- See Also:
- Constant Field Values
-
DK_CM_CONTENT_LINKS_INBOUND
static final int DK_CM_CONTENT_LINKS_INBOUND
Retrieve inbound links- See Also:
- Constant Field Values
-
DK_CM_CONTENT_LINKS_LEVELTWO
static final int DK_CM_CONTENT_LINKS_LEVELTWO
Retrieve level two links- See Also:
- Constant Field Values
-
DK_CM_CONTENT_LINKS_LEVELTWO_COUNT
static final int DK_CM_CONTENT_LINKS_LEVELTWO_COUNT
Retrieve level two link counts- See Also:
- Constant Field Values
-
DK_CM_CONTENT_LINKS_OUTBOUND
static final int DK_CM_CONTENT_LINKS_OUTBOUND
Retrieve outbound links- See Also:
- Constant Field Values
-
DK_CM_CONTENT_ONELEVEL
static final int DK_CM_CONTENT_ONELEVEL
Retrieve one level of hierarchy- See Also:
- Constant Field Values
-
DK_CM_CONTENT_ONLY
static final int DK_CM_CONTENT_ONLY
Retrieve content only- See Also:
- Constant Field Values
-
DK_CM_CONTENT_RETRIEVE_IGNORE_ACL_NAME
static final int DK_CM_CONTENT_RETRIEVE_IGNORE_ACL_NAME
Ignore ACL name during retrieval- See Also:
- Constant Field Values
-
DK_CM_CONTENT_RETRIEVE_IGNORE_CHECKEDOUT_INFO
static final int DK_CM_CONTENT_RETRIEVE_IGNORE_CHECKEDOUT_INFO
Ignore checked-out information during retrieval- See Also:
- Constant Field Values
-
DK_CM_CONTENT_RETRIEVE_USING_COMMITTED_READ
static final int DK_CM_CONTENT_RETRIEVE_USING_COMMITTED_READ
Use committed read during retrieval- See Also:
- Constant Field Values
-
DK_CM_DKPARTS
static final java.lang.String DK_CM_DKPARTS
Constant for DKParts class- See Also:
- Constant Field Values
-
DK_CM_DKFOLDER
static final java.lang.String DK_CM_DKFOLDER
Constant for DKFolder class- See Also:
- Constant Field Values
-
DK_CM_CHECKIN
static final int DK_CM_CHECKIN
Check-in operation constant- See Also:
- Constant Field Values
-
DK_CM_DATASTORE_EXT
static final java.lang.String DK_CM_DATASTORE_EXT
Datastore extension class name- See Also:
- Constant Field Values
-
DK_CM_DATASTORE_DK_CHILD
static final java.lang.String DK_CM_DATASTORE_DK_CHILD
Child collection class name- See Also:
- Constant Field Values
-
DK_CM_VERSION_LATEST
static final int DK_CM_VERSION_LATEST
Retrieve the latest version- See Also:
- Constant Field Values
-
DK_CM_VERSION_CURRENT
static final int DK_CM_VERSION_CURRENT
Retrieve the current version- See Also:
- Constant Field Values
-
DK_CM_XQPE_QL_TYPE
static final short DK_CM_XQPE_QL_TYPE
XQPE query language type identifier- See Also:
- Constant Field Values
-
DK_CM_SQL
static final short DK_CM_SQL
SQL query language type identifier- See Also:
- Constant Field Values
-
DK_CM_PARM_MAX_RESULTS
static final java.lang.String DK_CM_PARM_MAX_RESULTS
Parameter name for maximum results- See Also:
- Constant Field Values
-
DK_CM_PARM_RETRIEVE
static final java.lang.String DK_CM_PARM_RETRIEVE
Parameter name for retrieve options- See Also:
- Constant Field Values
-
DK_CM_PARM_PREFETCH_SIZE
static final java.lang.String DK_CM_PARM_PREFETCH_SIZE
Parameter name for prefetch size- See Also:
- Constant Field Values
-
DK_CM_PARM_END
static final java.lang.String DK_CM_PARM_END
Parameter name for end marker- See Also:
- Constant Field Values
-
DK_CM_PREPARE_QUERY
static final java.lang.String DK_CM_PREPARE_QUERY
Parameter name for prepare query flag- See Also:
- Constant Field Values
-
DK_CM_SQL_TIMEOUT
static final java.lang.String DK_CM_SQL_TIMEOUT
Parameter name for SQL timeout- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_UNKNOWN
static final short DK_CM_DATATYPE_UNKNOWN
Unknown data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_STRING
static final short DK_CM_DATATYPE_STRING
String data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_INTEGER
static final short DK_CM_DATATYPE_INTEGER
Integer data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_DECIMAL
static final short DK_CM_DATATYPE_DECIMAL
Decimal data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_TIMESTAMP
static final short DK_CM_DATATYPE_TIMESTAMP
Timestamp data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_BOOLEAN
static final short DK_CM_DATATYPE_BOOLEAN
Boolean data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_BLOB
static final short DK_CM_DATATYPE_BLOB
BLOB (Binary Large Object) data type- See Also:
- Constant Field Values
-
DK_CM_DATATYPE_OBJECT
static final short DK_CM_DATATYPE_OBJECT
Object data type- See Also:
- Constant Field Values
-
-