Uses of Class
org.jbpm.executor.impl.event.ExecutorEventSupportImpl
-
Packages that use ExecutorEventSupportImpl Package Description org.jbpm.executor org.jbpm.executor.impl.jpa -
-
Uses of ExecutorEventSupportImpl in org.jbpm.executor
Methods in org.jbpm.executor with parameters of type ExecutorEventSupportImpl Modifier and Type Method Description static org.kie.api.executor.ExecutorService
ExecutorServiceFactory. newExecutorService(javax.persistence.EntityManagerFactory emf, ExecutorEventSupportImpl eventSupport)
static org.kie.api.executor.ExecutorService
ExecutorServiceFactory. newExecutorService(javax.persistence.EntityManagerFactory emf, TransactionalCommandService commandService, ExecutorEventSupportImpl eventSupport)
-
Uses of ExecutorEventSupportImpl in org.jbpm.executor.impl.jpa
Methods in org.jbpm.executor.impl.jpa with parameters of type ExecutorEventSupportImpl Modifier and Type Method Description void
JPAExecutorStoreService. setEventSupport(ExecutorEventSupportImpl eventSupport)
-