public interface WorkItemListener
Modifier and Type | Method and Description |
---|---|
void |
onWorkItemCompletion(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
String decision)
This method is called by wf module when a work item is completed.
|
void |
onWorkItemCreation(String workItemName,
String assigneeOid,
PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState)
This method is called by wf module when a work item is created.
|
void onWorkItemCreation(String workItemName, String assigneeOid, PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState)
workItemName
- name of the work itemassigneeOid
- OID of the user to which the work item is assignedinstanceState
- externalized process instance statevoid onWorkItemCompletion(String workItemName, String assigneeOid, PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState, String decision)
workItemName
- name of the work itemassigneeOid
- OID of the user to which the work item is assignedinstanceState
- externalized process instance statedecision
- decision of the userCopyright © 2015 evolveum. All rights reserved.