Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceDefinitionEntityManager
-
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceDefinitionEntityManager Modifier and Type Method Description protected ServiceDefinitionEntity
InvokeServiceCmd. resolveServiceDefinitionByReferenceKey(java.lang.String tenantId, ServiceDefinitionEntityManager serviceDefinitionEntityManager, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceDefinitionEntityManager Modifier and Type Field Description protected ServiceDefinitionEntityManager
ServiceDeploymentManager. serviceDefinitionEntityManager
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceDefinitionEntityManager Modifier and Type Method Description ServiceDefinitionEntityManager
ServiceDeploymentManager. getServiceDefinitionEntityManager()
Methods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceDefinitionEntityManager Modifier and Type Method Description void
ServiceDeploymentManager. setServiceDefinitionEntityManager(ServiceDefinitionEntityManager serviceDefinitionEntityManager)
-
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.persistence.entity
Classes in com.flowable.serviceregistry.engine.impl.persistence.entity that implement ServiceDefinitionEntityManager Modifier and Type Class Description class
ServiceDefinitionEntityManagerImpl
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity declared as ServiceDefinitionEntityManager Modifier and Type Field Description protected ServiceDefinitionEntityManager
ServiceEntityManagers. serviceDefinitionEntityManager
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity that return ServiceDefinitionEntityManager Modifier and Type Method Description ServiceDefinitionEntityManager
ServiceEntityManagers. getServiceDefinitionEntityManager()
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceDefinitionEntityManager Modifier and Type Method Description void
ServiceEntityManagers. setServiceDefinitionEntityManager(ServiceDefinitionEntityManager serviceDefinitionEntityManager)
-
Uses of ServiceDefinitionEntityManager in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceDefinitionEntityManager Modifier and Type Method Description static ServiceDefinitionEntityManager
CommandContextUtil. getServiceDefinitionEntityManager()
static ServiceDefinitionEntityManager
CommandContextUtil. getServiceDefinitionEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)