org.alfresco.repo.workflow.activiti.listener
Class ProcessStartExecutionListener

java.lang.Object
  extended by org.alfresco.repo.workflow.activiti.listener.ProcessStartExecutionListener
All Implemented Interfaces:
org.activiti.engine.delegate.ExecutionListener

public class ProcessStartExecutionListener
extends java.lang.Object
implements org.activiti.engine.delegate.ExecutionListener

An ExecutionListener that set all additional variables that are needed when process starts.

Since:
4.0

Field Summary
 
Fields inherited from interface org.activiti.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
 
Constructor Summary
ProcessStartExecutionListener()
           
 
Method Summary
 void notify(org.activiti.engine.delegate.DelegateExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessStartExecutionListener

public ProcessStartExecutionListener()
Method Detail

notify

public void notify(org.activiti.engine.delegate.DelegateExecution execution)
            throws java.lang.Exception
Specified by:
notify in interface org.activiti.engine.delegate.ExecutionListener
Throws:
java.lang.Exception


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.