com.evolveum.midpoint.wf.activiti
Class IdmExecutionListenerProxy

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

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, 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
 

Constructor Detail

IdmExecutionListenerProxy

public IdmExecutionListenerProxy()
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 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.