Class ProcessCandidateStartersEventProducer

java.lang.Object
org.activiti.spring.AbstractActivitiSmartLifeCycle
org.activiti.spring.ProcessCandidateStartersEventProducer
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

public class ProcessCandidateStartersEventProducer extends AbstractActivitiSmartLifeCycle
  • Constructor Details

    • ProcessCandidateStartersEventProducer

      public ProcessCandidateStartersEventProducer(org.activiti.engine.RepositoryService repositoryService, List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessCandidateStarterUserAddedEvent>> candidateStarterUserListeners, List<org.activiti.api.process.runtime.events.listener.ProcessRuntimeEventListener<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent>> candidateStarterGroupListeners, org.springframework.context.ApplicationEventPublisher eventPublisher)
  • Method Details