com.evolveum.midpoint.wf.activiti
Class IdmExecutionListener

java.lang.Object
  extended by com.evolveum.midpoint.wf.activiti.IdmExecutionListener

public class IdmExecutionListener
extends Object

Currently unused. Necessary for "smart" workflow tasks.


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

Constructor Detail

IdmExecutionListener

public IdmExecutionListener()
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 wfAnswer)
            throws Exception
Throws:
Exception

notify

public void notify(WfProcessInstanceEventType event)
            throws Exception
Throws:
Exception


Copyright © 2013 evolveum. All Rights Reserved.