Class ProcessStartExecutionListener

  • All Implemented Interfaces:
    java.io.Serializable, 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
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean deployWorkflowsInTenant  
      protected org.alfresco.repo.tenant.TenantService tenantService  
      • Fields inherited from interface org.activiti.engine.delegate.ExecutionListener

        EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notify​(org.activiti.engine.delegate.DelegateExecution execution)  
      void setDeployWorkflowsInTenant​(boolean deployWorkflowsInTenant)  
      void setTenantService​(org.alfresco.repo.tenant.TenantService tenantService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tenantService

        protected org.alfresco.repo.tenant.TenantService tenantService
      • deployWorkflowsInTenant

        protected boolean deployWorkflowsInTenant
    • 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
      • setTenantService

        public void setTenantService​(org.alfresco.repo.tenant.TenantService tenantService)
      • setDeployWorkflowsInTenant

        public void setDeployWorkflowsInTenant​(boolean deployWorkflowsInTenant)