Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.SuspendedJobDataManager
Packages that use SuspendedJobDataManager
Package
Description
-
Uses of SuspendedJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as SuspendedJobDataManagerModifier and TypeFieldDescriptionprotected SuspendedJobDataManager
JobServiceConfiguration.suspendedJobDataManager
Methods in org.flowable.job.service that return SuspendedJobDataManagerMethods in org.flowable.job.service with parameters of type SuspendedJobDataManagerModifier and TypeMethodDescriptionJobServiceConfiguration.setSuspendedJobDataManager
(SuspendedJobDataManager suspendedJobDataManager) -
Uses of SuspendedJobDataManager in org.flowable.job.service.impl.persistence.entity
Constructors in org.flowable.job.service.impl.persistence.entity with parameters of type SuspendedJobDataManagerModifierConstructorDescriptionSuspendedJobEntityManagerImpl
(JobServiceConfiguration jobServiceConfiguration, SuspendedJobDataManager jobDataManager) -
Uses of SuspendedJobDataManager in org.flowable.job.service.impl.persistence.entity.data.impl
Classes in org.flowable.job.service.impl.persistence.entity.data.impl that implement SuspendedJobDataManager