Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.EventDeploymentEntityManager
-
-
Uses of EventDeploymentEntityManager in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventDeploymentEntityManager Modifier and Type Field Description protected EventDeploymentEntityManagerEventRegistryEngineConfiguration. deploymentEntityManagerMethods in org.flowable.eventregistry.impl that return EventDeploymentEntityManager Modifier and Type Method Description EventDeploymentEntityManagerEventRegistryEngineConfiguration. getDeploymentEntityManager()Methods in org.flowable.eventregistry.impl with parameters of type EventDeploymentEntityManager Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. setDeploymentEntityManager(EventDeploymentEntityManager deploymentEntityManager) -
Uses of EventDeploymentEntityManager in org.flowable.eventregistry.impl.persistence
Methods in org.flowable.eventregistry.impl.persistence that return EventDeploymentEntityManager Modifier and Type Method Description protected EventDeploymentEntityManagerAbstractManager. getDeploymentEntityManager() -
Uses of EventDeploymentEntityManager in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as EventDeploymentEntityManager Modifier and Type Field Description protected EventDeploymentEntityManagerEventDeploymentManager. deploymentEntityManagerMethods in org.flowable.eventregistry.impl.persistence.deploy that return EventDeploymentEntityManager Modifier and Type Method Description EventDeploymentEntityManagerEventDeploymentManager. getDeploymentEntityManager()Methods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type EventDeploymentEntityManager Modifier and Type Method Description voidEventDeploymentManager. setDeploymentEntityManager(EventDeploymentEntityManager deploymentEntityManager) -
Uses of EventDeploymentEntityManager in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement EventDeploymentEntityManager Modifier and Type Class Description classEventDeploymentEntityManagerImpl -
Uses of EventDeploymentEntityManager in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return EventDeploymentEntityManager Modifier and Type Method Description static EventDeploymentEntityManagerCommandContextUtil. getDeploymentEntityManager()static EventDeploymentEntityManagerCommandContextUtil. getDeploymentEntityManager(CommandContext commandContext)
-