com.evolveum.midpoint.wf.activiti
Class IdmExecutionListener

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

public class IdmExecutionListener
extends java.lang.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, java.lang.String description)
           
 void notify(org.activiti.engine.impl.pvm.delegate.ExecutionListenerExecution execution, java.lang.String description, java.lang.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 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 wfAnswer)
            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.