com.ibm.mm.sdk.common

Interface DKConstant

  • All Known Subinterfaces:
    DKConstantICM


    public interface DKConstant
    CM8 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 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
Copyright © 2024 IBM Corporation

Copyright © 2024 IBM Corporation. All rights reserved.