Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.HistoryJobDataManager
-
Packages that use HistoryJobDataManager Package Description org.flowable.job.service org.flowable.job.service.impl.persistence.entity org.flowable.job.service.impl.persistence.entity.data.impl -
-
Uses of HistoryJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as HistoryJobDataManager Modifier and Type Field Description protected HistoryJobDataManagerJobServiceConfiguration. historyJobDataManagerMethods in org.flowable.job.service that return HistoryJobDataManager Modifier and Type Method Description HistoryJobDataManagerJobServiceConfiguration. getHistoryJobDataManager()Methods in org.flowable.job.service with parameters of type HistoryJobDataManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setHistoryJobDataManager(HistoryJobDataManager historyJobDataManager) -
Uses of HistoryJobDataManager in org.flowable.job.service.impl.persistence.entity
Constructors in org.flowable.job.service.impl.persistence.entity with parameters of type HistoryJobDataManager Constructor Description HistoryJobEntityManagerImpl(JobServiceConfiguration jobServiceConfiguration, HistoryJobDataManager historyJobDataManager) -
Uses of HistoryJobDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement HistoryJobDataManager Modifier and Type Class Description classMybatisHistoryJobDataManager
-