Uses of Interface
org.flowable.job.service.impl.persistence.entity.SuspendedJobEntityManager
-
Packages that use SuspendedJobEntityManager Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.persistence.entity -
-
Uses of SuspendedJobEntityManager in org.flowable.job.service
Fields in org.flowable.job.service declared as SuspendedJobEntityManager Modifier and Type Field Description protected SuspendedJobEntityManagerJobServiceConfiguration. suspendedJobEntityManagerMethods in org.flowable.job.service that return SuspendedJobEntityManager Modifier and Type Method Description SuspendedJobEntityManagerJobServiceConfiguration. getSuspendedJobEntityManager()Methods in org.flowable.job.service with parameters of type SuspendedJobEntityManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setSuspendedJobEntityManager(SuspendedJobEntityManager suspendedJobEntityManager) -
Uses of SuspendedJobEntityManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return SuspendedJobEntityManager Modifier and Type Method Description SuspendedJobEntityManagerServiceImpl. getSuspendedJobEntityManager() -
Uses of SuspendedJobEntityManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement SuspendedJobEntityManager Modifier and Type Class Description classSuspendedJobEntityManagerImpl
-