Uses of Interface
org.flowable.batch.service.impl.persistence.entity.data.BatchDataManager
Packages that use BatchDataManager
Package
Description
-
Uses of BatchDataManager in org.flowable.batch.service
Fields in org.flowable.batch.service declared as BatchDataManagerModifier and TypeFieldDescriptionprotected BatchDataManager
BatchServiceConfiguration.batchDataManager
Methods in org.flowable.batch.service that return BatchDataManagerMethods in org.flowable.batch.service with parameters of type BatchDataManagerModifier and TypeMethodDescriptionBatchServiceConfiguration.setBatchDataManager
(BatchDataManager batchDataManager) -
Uses of BatchDataManager in org.flowable.batch.service.impl.persistence.entity
Constructors in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchDataManagerModifierConstructorDescriptionBatchEntityManagerImpl
(BatchServiceConfiguration batchServiceConfiguration, BatchDataManager batchDataManager) -
Uses of BatchDataManager in org.flowable.batch.service.impl.persistence.entity.data.impl
Classes in org.flowable.batch.service.impl.persistence.entity.data.impl that implement BatchDataManager