Uses of Interface
org.flowable.job.service.impl.persistence.entity.data.SuspendedJobDataManager
-
Packages that use SuspendedJobDataManager Package Description org.flowable.job.service org.flowable.job.service.impl.persistence.entity org.flowable.job.service.impl.persistence.entity.data.impl -
-
Uses of SuspendedJobDataManager in org.flowable.job.service
Fields in org.flowable.job.service declared as SuspendedJobDataManager Modifier and Type Field Description protected SuspendedJobDataManagerJobServiceConfiguration. suspendedJobDataManagerMethods in org.flowable.job.service that return SuspendedJobDataManager Modifier and Type Method Description SuspendedJobDataManagerJobServiceConfiguration. getSuspendedJobDataManager()Methods in org.flowable.job.service with parameters of type SuspendedJobDataManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. 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 SuspendedJobDataManager Constructor Description SuspendedJobEntityManagerImpl(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 Modifier and Type Class Description classMybatisSuspendedJobDataManager
-