com.ibm.mm.sdk.common

Interface DKConstantICM

  • All Superinterfaces:
    DKConstant


    public interface DKConstantICM
    extends DKConstant
    Extended constants interface for IBM Content Manager (ICM) specific values.

    This interface extends DKConstant to provide additional constants specific to the FileNet P8 implementation. It includes semantic type bases and special projection list keywords for optimized data retrieval.

    Key Constants:

    Example usage:

     // Request only system attributes for existence check
     DKRetrieveOptionsICM options = new DKRetrieveOptionsICM();
     options.addProjection(DKConstantICM.DK_ICM_SYSTEM_ATTRS);
    
     // Request all attributes for a type
     options.addProjection(DKConstantICM.DK_ICM_ALL_ATTRS);
     
    See Also:
    DKConstant, DKRetrieveOptionsICM, DKProjectionListICM
    • Field Detail

      • DK_ICM_SYSTEM_ATTRS

        static final java.lang.String DK_ICM_SYSTEM_ATTRS
        Special keyword for projection lists to request only system attributes/properties. Use this in projections to minimize data retrieval while ensuring existence checks.
        See Also:
        Constant Field Values
      • DK_ICM_ALL_ATTRS

        static final java.lang.String DK_ICM_ALL_ATTRS
        Special keyword for projection lists to request all attributes for a given type. More efficient than listing all individual attributes.
        See Also:
        Constant Field Values
Copyright © 2024 IBM Corporation

Copyright © 2024 IBM Corporation. All rights reserved.