Uses of Class
org.flowable.job.service.impl.DeadLetterJobQueryImpl
-
-
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl
-
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobQueryImpl Modifier and Type Method Description longDeadLetterJobEntityManager. findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)Same asDeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl), but only returns a count and not the instances itself.longDeadLetterJobEntityManagerImpl. findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)List<Job>DeadLetterJobEntityManager. findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery)Executes aJobQueryImpland returns the matchingDeadLetterJobEntityinstances.List<Job>DeadLetterJobEntityManagerImpl. findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) -
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type DeadLetterJobQueryImpl Modifier and Type Method Description longDeadLetterJobDataManager. findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)List<Job>DeadLetterJobDataManager. findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery) -
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data.impl
Methods in org.flowable.job.service.impl.persistence.entity.data.impl with parameters of type DeadLetterJobQueryImpl Modifier and Type Method Description longMybatisDeadLetterJobDataManager. findJobCountByQueryCriteria(DeadLetterJobQueryImpl jobQuery)List<Job>MybatisDeadLetterJobDataManager. findJobsByQueryCriteria(DeadLetterJobQueryImpl jobQuery)
-