Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.EventResourceEntityManager
-
-
Uses of EventResourceEntityManager in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as EventResourceEntityManager Modifier and Type Field Description protected EventResourceEntityManagerEventRegistryEngineConfiguration. resourceEntityManagerMethods in org.flowable.eventregistry.impl that return EventResourceEntityManager Modifier and Type Method Description EventResourceEntityManagerEventRegistryEngineConfiguration. getResourceEntityManager()Methods in org.flowable.eventregistry.impl with parameters of type EventResourceEntityManager Modifier and Type Method Description EventRegistryEngineConfigurationEventRegistryEngineConfiguration. setResourceEntityManager(EventResourceEntityManager resourceEntityManager) -
Uses of EventResourceEntityManager in org.flowable.eventregistry.impl.persistence
Methods in org.flowable.eventregistry.impl.persistence that return EventResourceEntityManager Modifier and Type Method Description protected EventResourceEntityManagerAbstractManager. getResourceEntityManager() -
Uses of EventResourceEntityManager in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement EventResourceEntityManager Modifier and Type Class Description classEventResourceEntityManagerImplMethods in org.flowable.eventregistry.impl.persistence.entity that return EventResourceEntityManager Modifier and Type Method Description protected EventResourceEntityManagerEventDeploymentEntityManagerImpl. getResourceEntityManager() -
Uses of EventResourceEntityManager in org.flowable.eventregistry.impl.repository
Fields in org.flowable.eventregistry.impl.repository declared as EventResourceEntityManager Modifier and Type Field Description protected EventResourceEntityManagerEventDeploymentBuilderImpl. resourceEntityManager -
Uses of EventResourceEntityManager in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return EventResourceEntityManager Modifier and Type Method Description static EventResourceEntityManagerCommandContextUtil. getResourceEntityManager()static EventResourceEntityManagerCommandContextUtil. getResourceEntityManager(CommandContext commandContext)
-