Uses of Interface
org.flowable.engine.impl.persistence.entity.ResourceEntityManager
-
-
Uses of ResourceEntityManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ResourceEntityManager Modifier and Type Field Description protected ResourceEntityManagerProcessEngineConfigurationImpl. resourceEntityManagerMethods in org.flowable.engine.impl.cfg that return ResourceEntityManager Modifier and Type Method Description ResourceEntityManagerProcessEngineConfigurationImpl. getResourceEntityManager()Methods in org.flowable.engine.impl.cfg with parameters of type ResourceEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setResourceEntityManager(ResourceEntityManager resourceEntityManager) -
Uses of ResourceEntityManager in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return ResourceEntityManager Modifier and Type Method Description protected ResourceEntityManagerAbstractManager. getResourceEntityManager() -
Uses of ResourceEntityManager in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement ResourceEntityManager Modifier and Type Class Description classResourceEntityManagerImplMethods in org.flowable.engine.impl.persistence.entity that return ResourceEntityManager Modifier and Type Method Description protected ResourceEntityManagerDeploymentEntityManagerImpl. getResourceEntityManager() -
Uses of ResourceEntityManager in org.flowable.engine.impl.repository
Fields in org.flowable.engine.impl.repository declared as ResourceEntityManager Modifier and Type Field Description protected ResourceEntityManagerDeploymentBuilderImpl. resourceEntityManager -
Uses of ResourceEntityManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return ResourceEntityManager Modifier and Type Method Description static ResourceEntityManagerCommandContextUtil. getResourceEntityManager()static ResourceEntityManagerCommandContextUtil. getResourceEntityManager(CommandContext commandContext)
-