mbpm-case-event-view

The <mbpm-case-event-view> business component displays the audit trail for a specified case.

The <mbpm-case-event-view> business component calls the CaseEventViewService.getSearchCaseReport operation to provide the audit data. This operation calls the CaseEventViewModel.eventDataList object.

To customize the contents of the <mbpm-case-event-view> business component, see Customizing a Business Component for more information.

Usage

<mbpm-case-event-view
   config="object"
   [template-path="string"]>
</mbpm-case-event-view>

Attributes

Name Type Description
config Object The configuration object that allows the parent controller to refresh the view. It also includes an eventDataList array that contains the audit trail data. The <mbpm-case-event-view> business component displays this audit trail.
template-path String (Optional) The relative pathname of a custom template file to use in place of the internal template

Example

The Mobile Case Manager application uses the <mbpm-case-event-view> business component for the Audit button, which is one of the five navigation buttons on the bottom bar.