public class ProcessStartExecutionListener extends Object implements org.activiti.engine.delegate.ExecutionListener
ExecutionListener that set all additional variables that are needed
when process starts.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deployWorkflowsInTenant |
protected org.alfresco.repo.tenant.TenantService |
tenantService |
| Constructor and Description |
|---|
ProcessStartExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(org.activiti.engine.delegate.DelegateExecution execution) |
void |
setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant) |
void |
setTenantService(org.alfresco.repo.tenant.TenantService tenantService) |
protected org.alfresco.repo.tenant.TenantService tenantService
protected boolean deployWorkflowsInTenant
public void notify(org.activiti.engine.delegate.DelegateExecution execution)
throws Exception
notify in interface org.activiti.engine.delegate.ExecutionListenerExceptionpublic void setTenantService(org.alfresco.repo.tenant.TenantService tenantService)
public void setDeployWorkflowsInTenant(boolean deployWorkflowsInTenant)
Copyright © 2005–2018 Alfresco Software. All rights reserved.