Uses of Interface
org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntityManager
-
Packages that use DeadLetterJobEntityManager Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.persistence.entity -
-
Uses of DeadLetterJobEntityManager in org.flowable.job.service
Fields in org.flowable.job.service declared as DeadLetterJobEntityManager Modifier and Type Field Description protected DeadLetterJobEntityManagerJobServiceConfiguration. deadLetterJobEntityManagerMethods in org.flowable.job.service that return DeadLetterJobEntityManager Modifier and Type Method Description DeadLetterJobEntityManagerJobServiceConfiguration. getDeadLetterJobEntityManager()Methods in org.flowable.job.service with parameters of type DeadLetterJobEntityManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setDeadLetterJobEntityManager(DeadLetterJobEntityManager deadLetterJobEntityManager) -
Uses of DeadLetterJobEntityManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return DeadLetterJobEntityManager Modifier and Type Method Description DeadLetterJobEntityManagerServiceImpl. getDeadLetterJobEntityManager() -
Uses of DeadLetterJobEntityManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement DeadLetterJobEntityManager Modifier and Type Class Description classDeadLetterJobEntityManagerImpl
-