public interface ProcessListener
Modifier and Type | Method and Description |
---|---|
void |
onProcessInstanceEnd(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result)
This method is called by wf module when a process instance ends.
|
void |
onProcessInstanceStart(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState,
OperationResult result)
This method is called by wf module when a process instance successfully starts.
|
void onProcessInstanceStart(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState, OperationResult result)
instanceState
- externalized process instance variablesresult
- implementer should report its result herevoid onProcessInstanceEnd(PrismObject<? extends com.evolveum.midpoint.xml.ns.model.workflow.process_instance_state_3.ProcessInstanceState> instanceState, OperationResult result)
instanceState
- externalized process instance variablesresult
- implementer should report its result hereCopyright © 2015 evolveum. All rights reserved.