ALBPM Workspace Icon Customization Mechanism

ALBPM WorkSpace application retrieves the icon images based on the information contained in a properties file.

The location of this properties file is defined by the value of the property fuego.workspace.imageBundleFile in the ALBPM WorkSpace configuration file.

The location for the images that correspond to the default icon set is defined in the properties file ImagesBundleSet1.properties located under ABPM_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF/classes. This file contains a set of key/value pairs, where the key is a String that identifies a certain icon and the value is the filepath to the image for that icon. The application uses the key to find the path to the image file used for each of its icons.

The images files that make up the default set of icons are stored in the directory ABPM_HOME/albpm6.0/enterprise/webapps/workspace/img. When replacing default icons you can choose to store the new icons in the same directory where default icons are stored, or you can create a new directory for that purpose. You should place the directory for storing icon images under ABPM_HOME/albpm6.0/enterprise/webapps/workspace/img. The filepaths defined in the icon configuration properties file are relative to this directory.