Component Showcase Application
The Component Showcase application demonstrates the use of individual business components and component services.
Component Showcase uses the same business components and component services as My Work App. However, whereas My Work App presents an integrated, fully functional client application, Component Showcase breaks that functionality down into a number of stand alone examples, which you can use to more easily understand how they work, or as the basis for your own development.
Each menu item in Component Showcase demonstrates the use of a particular business component or component service (which may in turn invoke others), as shown.
Menu item | Description | Demonstrates the use of the following... | |
---|---|---|---|
Business Components | Component Services | ||
START BIZ ACTION | Enter the details for a business action and start it. View the form and Cancel or Submit it. A tabbed display allows you to have multiple open business actions. | BPMBusinessActionsService | |
OPEN WORK ITEM | Enter the ID of a work item and open it. View the form and cancel, close or submit it. A tabbed display allows you to have multiple open work items. | BPMWorklistService.openWorkItem operation | |
WORK LIST |
|
bpm-work-list | |
bpm-event-view | |||
bpm-work-item-history | |||
WORK VIEWS | Display your available work views as an accordion control. Select a work view to see its details (without opening that work view). | bpm-work-views | |
BUSINESS ACTIONS | Display your available business actions as an accordion control. Select a business action and start it. View the form and Cancel or Submit it. | business-actions-drop-down | |
CASE DOCUMENTS | Enter either a case reference or a work item ID to display a list of the associated case documents. | documents-view | |
CASE ACTIONS | Enter a case reference to display a list of the available case actions. | bpm-case-actions | |
WORK ITEM DETAILS | Enter a work item ID to populate the tabbed list with the relevant information for that work item. The tabs are:
|
work-item-detail-nav, which in turn uses: |
Component Showcase is available in the Application Development UI. You can browse through it there, or export it.
- BUSINESS ACTIONS
The BUSINESS ACTIONS tab of the Component Showcase application demonstrates the use of the <bpm-business-actions-drop-down> business component. - START BIZ ACTION
The ACTION tab of the Component Showcase application demonstrates the use of the startBizAction operation from the BPMBusinessActionsService component service. - WORK ITEM DETAILS
The WORK ITEM DETAILS tab of the Component Showcase application demonstrates the use of the <work-item-detail-nav> business component.