mbpm-case-instance-summary

The <mbpm-case-instance-summary> business component displays case summary information for one or more cases.

The <mbpm-case-instance-summary> business component calls the CaseManagementService.getCaseInformation operation. This operation calls the CaseManagementModel.caseRefInformation object.

To customize the contents of the <mbpm-case-instance-summary> business component, see Customizing a Business Component.

Usage

<mbpm-case-instance-summary
   case-type="object"
   case-references-array="array"
   on-click-case-instance-summary="functionReference"
   [config="object"]
   [template-path="string"]>
</mbpm-case-instance-summary>

Attributes

Name Type Description
case-type Object The <mbpm-case-instance-summary> business component displays case summary information for this case type.
case-references-array Array

A previously populated CaseManagementModel.caseRefInformation object that contains the case summary information to display.

Note: The use of this attribute does not call the CaseManagementService.getCaseInformation operation.
on-click-case-instance-summary Function reference Defines the actions to perform when the user selects one of the case instances.
config Object (Optional) The configuration object that allows the parent controller to refresh the view.
template-path String (Optional) The relative pathname for a custom template file to use in place of the internal template.

Example

The Mobile Case Manager application uses the <mbpm-case-instance-summary> business component as part of the Case Types window, when the user clicks one of the available Case Types.