Uses of Class
org.jbpm.shared.services.impl.TransactionalCommandService
-
-
Uses of TransactionalCommandService in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type TransactionalCommandService Modifier and Type Method Description voidCaseRuntimeDataServiceImpl. setCommandService(TransactionalCommandService commandService)voidCaseServiceImpl. setCommandService(TransactionalCommandService commandService)Constructors in org.jbpm.casemgmt.impl with parameters of type TransactionalCommandService Constructor Description AuthorizationManagerImpl(org.kie.internal.identity.IdentityProvider identityProvider, TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.casemgmt.impl.admin
Methods in org.jbpm.casemgmt.impl.admin with parameters of type TransactionalCommandService Modifier and Type Method Description voidCaseInstanceMigrationServiceImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.casemgmt.impl.audit
Methods in org.jbpm.casemgmt.impl.audit with parameters of type TransactionalCommandService Modifier and Type Method Description static CaseInstanceAuditEventListenerCaseInstanceAuditLoggerFactory. newJPAInstance(TransactionalCommandService transactionalCommandService)Creates new instance of JPA case instance audit loggerConstructors in org.jbpm.casemgmt.impl.audit with parameters of type TransactionalCommandService Constructor Description CaseInstanceAuditEventListener(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.casemgmt.impl.event
Methods in org.jbpm.casemgmt.impl.event with parameters of type TransactionalCommandService Modifier and Type Method Description protected CaseEventListenerCaseConfigurationDeploymentListener. getCaseAuditEventListener(org.kie.internal.runtime.manager.InternalRuntimeManager manager, TransactionalCommandService commandService)Constructors in org.jbpm.casemgmt.impl.event with parameters of type TransactionalCommandService Constructor Description CaseConfigurationDeploymentListener(org.kie.internal.identity.IdentityProvider identityProvider, TransactionalCommandService transactionalCommandService) -
Uses of TransactionalCommandService in org.jbpm.casemgmt.impl.generator
Constructors in org.jbpm.casemgmt.impl.generator with parameters of type TransactionalCommandService Constructor Description TableCaseIdGenerator(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.executor
Methods in org.jbpm.executor with parameters of type TransactionalCommandService Modifier and Type Method Description static org.kie.api.executor.ExecutorServiceExecutorServiceFactory. newExecutorService(javax.persistence.EntityManagerFactory emf, TransactionalCommandService commandService, ExecutorEventSupportImpl eventSupport) -
Uses of TransactionalCommandService in org.jbpm.kie.services.impl
Methods in org.jbpm.kie.services.impl with parameters of type TransactionalCommandService Modifier and Type Method Description voidAbstractAdvanceRuntimeDataServiceImpl. setCommandService(TransactionalCommandService commandService)voidRuntimeDataServiceImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin with parameters of type TransactionalCommandService Modifier and Type Method Description voidProcessInstanceAdminServiceImpl. setCommandService(TransactionalCommandService commandService)voidUserTaskAdminServiceImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.kie.services.impl.query
Methods in org.jbpm.kie.services.impl.query with parameters of type TransactionalCommandService Modifier and Type Method Description voidQueryServiceImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.kie.services.impl.query.persistence
Constructors in org.jbpm.kie.services.impl.query.persistence with parameters of type TransactionalCommandService Constructor Description PersistDataSetListener(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.kie.services.impl.store
Methods in org.jbpm.kie.services.impl.store with parameters of type TransactionalCommandService Modifier and Type Method Description voidDeploymentStore. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.cdi.impl
Methods in org.jbpm.services.cdi.impl with parameters of type TransactionalCommandService Modifier and Type Method Description voidRuntimeDataServiceCDIImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.cdi.impl.query
Methods in org.jbpm.services.cdi.impl.query with parameters of type TransactionalCommandService Modifier and Type Method Description voidQueryServiceCDIImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.cdi.impl.query.persistence
Constructors in org.jbpm.services.cdi.impl.query.persistence with parameters of type TransactionalCommandService Constructor Description PersistDataSetCDIListener(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.cdi.producer
Methods in org.jbpm.services.cdi.producer that return TransactionalCommandService Modifier and Type Method Description TransactionalCommandServiceTransactionalCommandServiceProducer. produceAuditCommandService()TransactionalCommandServiceTransactionalCommandServiceProducer. produceCommandService() -
Uses of TransactionalCommandService in org.jbpm.services.ejb.impl
Methods in org.jbpm.services.ejb.impl with parameters of type TransactionalCommandService Modifier and Type Method Description voidRuntimeDataServiceEJBImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.ejb.impl.query
Methods in org.jbpm.services.ejb.impl.query with parameters of type TransactionalCommandService Modifier and Type Method Description voidQueryServiceEJBImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.ejb.impl.store
Methods in org.jbpm.services.ejb.impl.store with parameters of type TransactionalCommandService Modifier and Type Method Description voidDeploymentSynchronizerEJBImpl. setCommandService(TransactionalCommandService commandService) -
Uses of TransactionalCommandService in org.jbpm.services.ejb.impl.tx
Subclasses of TransactionalCommandService in org.jbpm.services.ejb.impl.tx Modifier and Type Class Description classAuditTransactionalCommandServiceEJBImplclassTransactionalCommandServiceEJBImpl
-