getValue()
Returns the HTML for the given cell value. If the method returns NULL the original value will be rendered
Note
If you need to include an image in the HTML you should copy the image to the directory
<ORABPM_HOME>/webapps/workspace/img
and access it in the following way:
img src='/img/imageFile'
Parameters
- viewId - The ID of the view assigned to the Work Items Panel.
- instanceInfo - The InstanceInfo object that represents the rendered work item.
- column - The column of the rendered cell.
- locale - The user locale.
- originalValue - The original HTML value.
- rowIndex - The index of the rendered row.
Returns
The HTML the WorkSpace uses to display the given cell value.