Class ProcessStartExecutionListener
java.lang.Object
org.alfresco.repo.workflow.activiti.listener.ProcessStartExecutionListener
- All Implemented Interfaces:
Serializable,org.activiti.engine.delegate.ExecutionListener
public class ProcessStartExecutionListener
extends Object
implements org.activiti.engine.delegate.ExecutionListener
An
ExecutionListener that set all additional variables that are needed
when process starts.- Since:
- 4.0
- Author:
- Frederik Heremans
- See Also:
-
Field Summary
FieldsFields inherited from interface org.activiti.engine.delegate.ExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(org.activiti.engine.delegate.DelegateExecution execution) voidsetDeployWorkflowsInTenant(boolean deployWorkflowsInTenant) voidsetTenantService(TenantService tenantService)
-
Field Details
-
tenantService
-
deployWorkflowsInTenant
protected boolean deployWorkflowsInTenant
-
-
Constructor Details
-
ProcessStartExecutionListener
public ProcessStartExecutionListener()
-
-
Method Details
-
notify
- Specified by:
notifyin interfaceorg.activiti.engine.delegate.ExecutionListener- Throws:
Exception
-
setTenantService
-
setDeployWorkflowsInTenant
public void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)
-