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 void
CaseRuntimeDataServiceImpl. setCommandService(TransactionalCommandService commandService)
void
CaseServiceImpl. 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 void
CaseInstanceMigrationServiceImpl. 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 CaseInstanceAuditEventListener
CaseInstanceAuditLoggerFactory. 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 CaseEventListener
CaseConfigurationDeploymentListener. 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.ExecutorService
ExecutorServiceFactory. 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 void
AbstractAdvanceRuntimeDataServiceImpl. setCommandService(TransactionalCommandService commandService)
void
RuntimeDataServiceImpl. 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 void
ProcessInstanceAdminServiceImpl. setCommandService(TransactionalCommandService commandService)
void
UserTaskAdminServiceImpl. 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 void
QueryServiceImpl. 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 void
DeploymentStore. 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 void
RuntimeDataServiceCDIImpl. 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 void
QueryServiceCDIImpl. 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 TransactionalCommandService
TransactionalCommandServiceProducer. produceAuditCommandService()
TransactionalCommandService
TransactionalCommandServiceProducer. 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 void
RuntimeDataServiceEJBImpl. 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 void
QueryServiceEJBImpl. 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 void
DeploymentSynchronizerEJBImpl. 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 class
AuditTransactionalCommandServiceEJBImpl
class
TransactionalCommandServiceEJBImpl
-