com.evolveum.midpoint.wf.activiti
Class IdmExecutionListener
java.lang.Object
com.evolveum.midpoint.wf.activiti.IdmExecutionListener
public class IdmExecutionListener
- extends Object
Currently unused. Necessary for "smart" workflow tasks.
Method Summary |
void |
notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution)
|
void |
notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
String description)
|
void |
notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
String description,
String wfAnswer)
|
void |
notify(WfProcessInstanceEventType event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdmExecutionListener
public IdmExecutionListener()
notify
public void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution)
throws Exception
- Throws:
Exception
notify
public void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
String description)
throws Exception
- Throws:
Exception
notify
public void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
String description,
String wfAnswer)
throws Exception
- Throws:
Exception
notify
public void notify(WfProcessInstanceEventType event)
throws Exception
- Throws:
Exception
Copyright © 2013 evolveum. All Rights Reserved.