Oracle BPM WorkSpace Customization Reference
The following sections contain the reference information needed to successfully execute the procedures
described in this guide.
- WorkSpace Configuration File Reference
This reference describes the key-value pairs contained in WorkSpace configuration file. WorkSpace configuration file is a properties file workspace.properties located in the directory <ORABPM_HOME>/webapps/workspace/WEB-INF
- Oracle BPM WorkSpace Panels
The following diagram shows the type of the panels that compose Oracle BPM WorkSpace.
- CSS Reference
The following section contains the references of the CSS classes that each of the Oracle BPM WorkSpace panels uses.
- Interface WorkListDecorator Reference
You need to implement this interface to customize the appearance of the rows and/or cells in the Work List panel table. The class implementing this interface should contain the logic to decide how to render a row or a cell in the Work Items panel. This logic is based on the work item information.The methods getCellStyle() and getCellValue() define how to render the cells of the Work Items panel table. The method getRowStyle() defines the style used to render a complete row.
- Oracle BPM WorkSpace Icons Reference
The following reference provides a list of the icons WorkSpace uses, their file names, and descriptions of the message they convey.
- Oracle WorkSpace Labels and Text Messages Reference
The following reference lists the text messages and labels WorkSpace uses.