Class icm.pgwidget.processhistory.Processhistory

Class that represent ProcessHistory widget
Defined in: <icm/pgwidget/processhistory/Processhistory.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
Handler for icm.ClearContent event Clear the content in the Process History widget.
 
Handler for the icm.SendWorkItem event when opening a work item page.
 
Handler for the icm.TaskSelect event when selecting a task on case detail page.
 
onSelectedItem(selectItem)
Event fired when an item in the grid is selected.
 

Constructor Detail

icm.pgwidget.processhistory.Processhistory()

Method Detail

constructor()


handleICM_ClearContentEvent(payload)

Handler for icm.ClearContent event Clear the content in the Process History widget.
Parameters:
payload

handleICM_SendWorkItemEvent(payload)

Handler for the icm.SendWorkItem event when opening a work item page. Display the process history for the work item that is contained in the event payload.
Parameters:
payload
  • workItemEditable: An icm.model.WorkItemEditable object that represents the work item for which process history is to be displayed.
Example: payload = { "workItemEditable" : workItemEditable };

handleICM_TaskSelectEvent(payload)

Handler for the icm.TaskSelect event when selecting a task on case detail page. Display the process history for the task that is contained in the event payload.
Parameters:
payload
  • task: An icm.model.TaskEditable object that represents the task for which process history is to be displayed.
Example: payload = { "task" : taskEditable };

onSelectedItem(selectItem)

Event fired when an item in the grid is selected.
Parameters:
selectItem

postCreate()