Uses of Class
org.activiti.engine.impl.TimerJobQueryImpl
Packages that use TimerJobQueryImpl
Package
Description
-
Uses of TimerJobQueryImpl in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return TimerJobQueryImplModifier and TypeMethodDescriptionTimerJobQueryImpl.duedateHigherThan(Date date) TimerJobQueryImpl.duedateHigherThen(Date date) TimerJobQueryImpl.duedateHigherThenOrEquals(Date date) TimerJobQueryImpl.duedateLowerThan(Date date) TimerJobQueryImpl.duedateLowerThen(Date date) TimerJobQueryImpl.duedateLowerThenOrEquals(Date date) TimerJobQueryImpl.exceptionMessage(String exceptionMessage) TimerJobQueryImpl.executable()TimerJobQueryImpl.executionId(String executionId) TimerJobQueryImpl.jobTenantId(String tenantId) TimerJobQueryImpl.jobTenantIdLike(String tenantIdLike) TimerJobQueryImpl.jobWithoutTenantId()TimerJobQueryImpl.messages()TimerJobQueryImpl.noRetriesLeft()TimerJobQueryImpl.processDefinitionId(String processDefinitionId) TimerJobQueryImpl.processInstanceId(String processInstanceId) TimerJobQueryImpl.timers()TimerJobQueryImpl.withException()TimerJobQueryImpl.withRetriesLeft() -
Uses of TimerJobQueryImpl in org.activiti.engine.impl.persistence.entity
Methods in org.activiti.engine.impl.persistence.entity with parameters of type TimerJobQueryImplModifier and TypeMethodDescriptionlongTimerJobEntityManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) Same asTimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl, Page), but only returns a count and not the instances itself.longTimerJobEntityManagerImpl.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) TimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page) Executes aJobQueryImpland returns the matchingTimerJobEntityinstances.TimerJobEntityManagerImpl.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page) -
Uses of TimerJobQueryImpl in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data with parameters of type TimerJobQueryImplModifier and TypeMethodDescriptionlongTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) TimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page) -
Uses of TimerJobQueryImpl in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl with parameters of type TimerJobQueryImplModifier and TypeMethodDescriptionlongMybatisTimerJobDataManager.findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) MybatisTimerJobDataManager.findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page)