Uses of Class
org.flowable.job.service.impl.DeadLetterJobQueryImpl
Packages that use DeadLetterJobQueryImpl
Package
Description
-
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return DeadLetterJobQueryImplModifier and TypeMethodDescriptionDeadLetterJobQueryImpl.caseDefinitionKey
(String caseDefinitionKey) DeadLetterJobQueryImpl.categoryLike
(String categoryLike) DeadLetterJobQueryImpl.duedateHigherThan
(Date date) DeadLetterJobQueryImpl.duedateLowerThan
(Date date) DeadLetterJobQueryImpl.elementName
(String elementName) DeadLetterJobQueryImpl.exceptionMessage
(String exceptionMessage) DeadLetterJobQueryImpl.executable()
DeadLetterJobQueryImpl.executionId
(String executionId) DeadLetterJobQueryImpl.externalWorkers()
DeadLetterJobQueryImpl.handlerType
(String handlerType) DeadLetterJobQueryImpl.jobTenantId
(String tenantId) DeadLetterJobQueryImpl.jobTenantIdLike
(String tenantIdLike) DeadLetterJobQueryImpl.jobWithoutTenantId()
DeadLetterJobQueryImpl.messages()
DeadLetterJobQueryImpl.processDefinitionId
(String processDefinitionId) DeadLetterJobQueryImpl.processDefinitionKey
(String processDefinitionKey) DeadLetterJobQueryImpl.processInstanceId
(String processInstanceId) DeadLetterJobQueryImpl.scopeDefinitionId
(String scopeDefinitionId) DeadLetterJobQueryImpl.subScopeId
(String subScopeId) DeadLetterJobQueryImpl.timers()
DeadLetterJobQueryImpl.withException()
DeadLetterJobQueryImpl.withoutProcessInstanceId()
DeadLetterJobQueryImpl.withoutScopeId()
DeadLetterJobQueryImpl.withoutScopeType()
-
Uses of DeadLetterJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type DeadLetterJobQueryImplModifier and TypeMethodDescriptionlong
DeadLetterJobEntityManager.findJobCountByQueryCriteria
(DeadLetterJobQueryImpl jobQuery) Same asDeadLetterJobEntityManager.findJobsByQueryCriteria(DeadLetterJobQueryImpl)
, but only returns a count and not the instances itself.long
DeadLetterJobEntityManagerImpl.findJobCountByQueryCriteria
(DeadLetterJobQueryImpl jobQuery) DeadLetterJobEntityManager.findJobsByQueryCriteria
(DeadLetterJobQueryImpl jobQuery) Executes aJobQueryImpl
and returns the matchingDeadLetterJobEntity
instances.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 DeadLetterJobQueryImplModifier and TypeMethodDescriptionlong
DeadLetterJobDataManager.findJobCountByQueryCriteria
(DeadLetterJobQueryImpl jobQuery) 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 DeadLetterJobQueryImplModifier and TypeMethodDescriptionlong
MybatisDeadLetterJobDataManager.findJobCountByQueryCriteria
(DeadLetterJobQueryImpl jobQuery) MybatisDeadLetterJobDataManager.findJobsByQueryCriteria
(DeadLetterJobQueryImpl jobQuery)