Mobile Case Manager Application
The Mobile Case Manager application demonstrates how to combine different mobile business components and develop feature-rich case management applications for use with TIBCO® Mobilespace.
Log on to TIBCO® Mobilespace and open the Mobile Case Manager application, and it opens the Case Types window. There is a Mobilespace menu with two items:
- Case Types calls the <mbpm-case-types> business component. This lists the available case types for the current case model. For returning users, the component selects the case type that the user previously had open, and displays its cases.
- Business Actions calls the <mbpm-case-creator> business component. This lists the available business actions. Use the control to select and start a business action.
Click one of the available Case Types, and it calls the <mbpm-case-instance-summary> business component. This lists all of the active cases for that Case Type.
Click one of the available Cases, and it calls the Data window. This includes the following items:
- A summary of the state of the case. This calls the <mbpm-case-states> business component.
- Any available case actions. This calls the <mbpm-case-actions> business component.
- The read-only case data. This calls the <mbpm-case-data> business component.
There is a bottom bar that contains five navigation buttons. Data is the first button, and opens the Data window. The other navigation buttons open the following business components:
- Work Item calls the <mbpm-work-list> business component. Access work items linked to the case, applicable for the current user.
- Audit calls the <mbpm-case-event-view> business component. Review the audit history for the case.
- Case Comments calls the <mbpm-comments> business component. Add a new comment, and review the comment history for the case.
- Case Documents calls two business components: <mbpm-document-upload>, and <mbpm-documents>. This provides a list of documents for the case. Upload a new document to the case. Select a document provides options to view, delete or download that document.