com.evolveum.midpoint.wf.activiti
Class IdmExecutionListenerProxy
java.lang.Object
com.evolveum.midpoint.wf.activiti.IdmExecutionListenerProxy
- All Implemented Interfaces:
- java.io.Serializable
public class IdmExecutionListenerProxy
- extends java.lang.Object
- implements java.io.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,
java.lang.String description)
|
void |
notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
java.lang.String description,
java.lang.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 java.lang.Exception
- Throws:
java.lang.Exception
notify
public void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
java.lang.String description)
throws java.lang.Exception
- Throws:
java.lang.Exception
notify
public void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution,
java.lang.String description,
java.lang.String answer)
throws java.lang.Exception
- Throws:
java.lang.Exception
notify
public void notify(WfProcessInstanceEventType event)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 evolveum. All Rights Reserved.