com.evolveum.midpoint.wf.activiti
Class IdmExecutionListenerProxy
java.lang.Object
com.evolveum.midpoint.wf.activiti.IdmExecutionListenerProxy
- All Implemented Interfaces:
- Serializable
public class IdmExecutionListenerProxy
- extends Object
- implements Serializable
Currently unused. Necessary for "smart" workflow tasks.
- See Also:
- Serialized Form
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 answer)
|
void |
notify(WfProcessInstanceEventType event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdmExecutionListenerProxy
public IdmExecutionListenerProxy()
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 answer)
throws Exception
- Throws:
Exception
notify
public void notify(WfProcessInstanceEventType event)
throws Exception
- Throws:
Exception
Copyright © 2013 evolveum. All Rights Reserved.