Uses of Interface
org.flowable.job.service.impl.persistence.entity.HistoryJobEntityManager
-
Packages that use HistoryJobEntityManager Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.persistence.entity -
-
Uses of HistoryJobEntityManager in org.flowable.job.service
Fields in org.flowable.job.service declared as HistoryJobEntityManager Modifier and Type Field Description protected HistoryJobEntityManagerJobServiceConfiguration. historyJobEntityManagerMethods in org.flowable.job.service that return HistoryJobEntityManager Modifier and Type Method Description HistoryJobEntityManagerJobServiceConfiguration. getHistoryJobEntityManager()Methods in org.flowable.job.service with parameters of type HistoryJobEntityManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setHistoryJobEntityManager(HistoryJobEntityManager historyJobEntityManager) -
Uses of HistoryJobEntityManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return HistoryJobEntityManager Modifier and Type Method Description HistoryJobEntityManagerServiceImpl. getHistoryJobEntityManager() -
Uses of HistoryJobEntityManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement HistoryJobEntityManager Modifier and Type Class Description classHistoryJobEntityManagerImpl
-