com.evolveum.midpoint.wf.activiti
Class IdmExecutionListenerProxy

java.lang.Object
  extended by 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

Constructor Summary
IdmExecutionListenerProxy()
           
 
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
 

Constructor Detail

IdmExecutionListenerProxy

public IdmExecutionListenerProxy()
Method Detail

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.