Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.JobDataManager
Packages that use JobDataManager
Package
Description
-
Uses of JobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as JobDataManagerMethods in org.flowable.job.service that return JobDataManagerMethods in org.flowable.job.service with parameters of type JobDataManagerModifier and TypeMethodDescriptionJobServiceConfiguration.setJobDataManager
(JobDataManager jobDataManager) -
Uses of JobDataManager in org.flowable.job.service.impl.persistence.entity
Constructors in org.flowable.job.service.impl.persistence.entity with parameters of type JobDataManagerModifierConstructorDescriptionJobEntityManagerImpl
(JobServiceConfiguration jobServiceConfiguration, JobDataManager jobDataManager) -
Uses of JobDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement JobDataManager