Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.data.EventDeploymentDataManager
-
-
Uses of EventDeploymentDataManager in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventDeploymentDataManager Modifier and Type Field Description protected EventDeploymentDataManagerEventRegistryEngineConfiguration. deploymentDataManagerMethods in org.flowable.eventregistry.impl that return EventDeploymentDataManager Modifier and Type Method Description EventDeploymentDataManagerEventRegistryEngineConfiguration. getDeploymentDataManager()Methods in org.flowable.eventregistry.impl with parameters of type EventDeploymentDataManager Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. setDeploymentDataManager(EventDeploymentDataManager deploymentDataManager) -
Uses of EventDeploymentDataManager in org.flowable.eventregistry.impl.persistence.entity
Constructors in org.flowable.eventregistry.impl.persistence.entity with parameters of type EventDeploymentDataManager Constructor Description EventDeploymentEntityManagerImpl(EventRegistryEngineConfiguration eventRegistryConfiguration, EventDeploymentDataManager deploymentDataManager) -
Uses of EventDeploymentDataManager in org.flowable.eventregistry.impl.persistence.entity.data.impl
Classes in org.flowable.eventregistry.impl.persistence.entity.data.impl that implement EventDeploymentDataManager Modifier and Type Class Description classMybatisEventDeploymentDataManager
-