Uses of Interface
com.flowable.serviceregistry.engine.impl.persistence.entity.data.ServiceDeploymentDataManager
-
Uses of ServiceDeploymentDataManager in com.flowable.serviceregistry.engine.impl.persistence.entity
Constructors in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceDeploymentDataManager Constructor Description ServiceDeploymentEntityManagerImpl(ServiceRegistryEngineConfiguration actionEngineConfiguration, ServiceDeploymentDataManager deploymentDataManager)
-
Uses of ServiceDeploymentDataManager in com.flowable.serviceregistry.engine.impl.persistence.entity.data
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity.data declared as ServiceDeploymentDataManager Modifier and Type Field Description protected ServiceDeploymentDataManager
ServiceDataManagers. serviceDeploymentDataManager
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity.data that return ServiceDeploymentDataManager Modifier and Type Method Description ServiceDeploymentDataManager
ServiceDataManagers. getServiceDeploymentDataManager()
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity.data with parameters of type ServiceDeploymentDataManager Modifier and Type Method Description void
ServiceDataManagers. setServiceDeploymentDataManager(ServiceDeploymentDataManager serviceDeploymentDataManager)
-
Uses of ServiceDeploymentDataManager in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl
Classes in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl that implement ServiceDeploymentDataManager Modifier and Type Class Description class
MybatisServiceDeploymentDataManager