Uses of Class
org.flowable.job.service.impl.TimerJobQueryImpl
Packages that use TimerJobQueryImpl
Package
Description
-
Uses of TimerJobQueryImpl in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return TimerJobQueryImplModifier and TypeMethodDescriptionTimerJobQueryImpl.caseDefinitionId(String caseDefinitionId) TimerJobQueryImpl.caseDefinitionKey(String caseDefinitionKey) TimerJobQueryImpl.caseInstanceId(String caseInstanceId) TimerJobQueryImpl.categoryLike(String categoryLike) TimerJobQueryImpl.correlationId(String correlationId) TimerJobQueryImpl.duedateHigherThan(Date date) TimerJobQueryImpl.duedateLowerThan(Date date) TimerJobQueryImpl.elementName(String elementName) TimerJobQueryImpl.exceptionMessage(String exceptionMessage) TimerJobQueryImpl.executable()TimerJobQueryImpl.executionId(String executionId) TimerJobQueryImpl.handlerType(String handlerType) TimerJobQueryImpl.jobTenantId(String tenantId) TimerJobQueryImpl.jobTenantIdLike(String tenantIdLike) TimerJobQueryImpl.jobWithoutTenantId()TimerJobQueryImpl.messages()TimerJobQueryImpl.planItemInstanceId(String planItemInstanceId) TimerJobQueryImpl.processDefinitionId(String processDefinitionId) TimerJobQueryImpl.processDefinitionKey(String processDefinitionKey) TimerJobQueryImpl.processInstanceId(String processInstanceId) TimerJobQueryImpl.scopeDefinitionId(String scopeDefinitionId) TimerJobQueryImpl.subScopeId(String subScopeId) TimerJobQueryImpl.timers()TimerJobQueryImpl.withException()TimerJobQueryImpl.withoutProcessInstanceId()TimerJobQueryImpl.withoutScopeId()TimerJobQueryImpl.withoutScopeType() -
Uses of TimerJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type TimerJobQueryImplModifier and TypeMethodDescriptionlongTimerJobEntityManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) Same asTimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl), but only returns a count and not the instances itself.longTimerJobEntityManagerImpl.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) Executes aJobQueryImpland returns the matchingTimerJobEntityinstances.TimerJobEntityManagerImpl.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) -
Uses of TimerJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type TimerJobQueryImplModifier and TypeMethodDescriptionlongTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) TimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) -
Uses of TimerJobQueryImpl 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 TimerJobQueryImplModifier and TypeMethodDescriptionlongMybatisTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) MybatisTimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)