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
AnExecutionListenerthat set all additional variables that are needed when process starts.- Since:
- 4.0
- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandeployWorkflowsInTenantprotected TenantServicetenantService
-
Constructor Summary
Constructors Constructor Description ProcessStartExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(org.activiti.engine.delegate.DelegateExecution execution)voidsetDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)voidsetTenantService(TenantService tenantService)
-
-
-
Field Detail
-
tenantService
protected TenantService tenantService
-
deployWorkflowsInTenant
protected boolean deployWorkflowsInTenant
-
-
Method Detail
-
notify
public void notify(org.activiti.engine.delegate.DelegateExecution execution) throws Exception- Specified by:
notifyin interfaceorg.activiti.engine.delegate.ExecutionListener- Throws:
Exception
-
setTenantService
public void setTenantService(TenantService tenantService)
-
setDeployWorkflowsInTenant
public void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)
-
-