Because the ChangeMan model has a large number of properties, (ChangeMan itself has a large amount of metadata), the following properties are clustered by use:
Property Prefix | Description |
---|---|
CMG_PROP_ xxx_ | General or common properties, such as CMG_PROP_ELE_Application for the application. |
CMG_PROP_xxx_PP_ | For Package parameter. For example CMG_PROP_ELE_PP_auditReturnCode for the audit return code. |
CMG_PROP_xxx_AP_ | For Audit parameter. For example CMG_PROP_DIA_AP_FormatReport for the Format Report flag. |
CMG_PROP_xxx_CP_ | For Component parameter. For example CMG_PROP_ELE_CP_targetComponent for the target component at build. |
CMG_PROP_xxx_IA_ | For impact analysis data. For example CMG_PROP_ELE_IA_relation for the relation type. |
CMG_PROP_xxx_SSV_ | For staging version data. For example CMG_PROP_ELE_SSV_timeStamp for the version timestamp. |
CMG_PROP_xxx_PR_ | For promotion/demotion related data. For example CMG_PROP_ELE_PR_promoter for the promoter. |
Most property names relate to the ChangeMan XML tag names.