Class ProcessStartExecutionListener
- java.lang.Object
-
- org.alfresco.repo.workflow.activiti.listener.ProcessStartExecutionListener
-
- All Implemented Interfaces:
java.io.Serializable,org.activiti.engine.delegate.ExecutionListener
public class ProcessStartExecutionListener extends java.lang.Object implements org.activiti.engine.delegate.ExecutionListenerAnExecutionListenerthat 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 org.alfresco.repo.tenant.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(org.alfresco.repo.tenant.TenantService tenantService)
-
-
-
Method Detail
-
notify
public void notify(org.activiti.engine.delegate.DelegateExecution execution) throws java.lang.Exception- Specified by:
notifyin interfaceorg.activiti.engine.delegate.ExecutionListener- Throws:
java.lang.Exception
-
setTenantService
public void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
-
setDeployWorkflowsInTenant
public void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)
-
-