Uses of Class
org.activiti.engine.impl.TimerJobQueryImpl
-
-
Uses of TimerJobQueryImpl in org.activiti.engine.impl
Methods in org.activiti.engine.impl that return TimerJobQueryImpl Modifier and Type Method Description TimerJobQueryImplTimerJobQueryImpl. duedateHigherThan(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. duedateHigherThen(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. duedateHigherThenOrEquals(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. duedateLowerThan(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. duedateLowerThen(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. duedateLowerThenOrEquals(java.util.Date date)TimerJobQueryImplTimerJobQueryImpl. exceptionMessage(java.lang.String exceptionMessage)TimerJobQueryImplTimerJobQueryImpl. executable()TimerJobQueryImplTimerJobQueryImpl. executionId(java.lang.String executionId)TimerJobQueryImplTimerJobQueryImpl. jobId(java.lang.String jobId)TimerJobQueryImplTimerJobQueryImpl. jobTenantId(java.lang.String tenantId)TimerJobQueryImplTimerJobQueryImpl. jobTenantIdLike(java.lang.String tenantIdLike)TimerJobQueryImplTimerJobQueryImpl. jobWithoutTenantId()TimerJobQueryImplTimerJobQueryImpl. messages()TimerJobQueryImplTimerJobQueryImpl. noRetriesLeft()TimerJobQueryImplTimerJobQueryImpl. processDefinitionId(java.lang.String processDefinitionId)TimerJobQueryImplTimerJobQueryImpl. processInstanceId(java.lang.String processInstanceId)TimerJobQueryImplTimerJobQueryImpl. timers()TimerJobQueryImplTimerJobQueryImpl. withException()TimerJobQueryImplTimerJobQueryImpl. withRetriesLeft() -
Uses of TimerJobQueryImpl in org.activiti.engine.impl.persistence.entity
Methods in org.activiti.engine.impl.persistence.entity with parameters of type TimerJobQueryImpl Modifier and Type Method Description longTimerJobEntityManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)Same asTimerJobEntityManager.findJobsByQueryCriteria(TimerJobQueryImpl, Page), but only returns a count and not the instances itself.longTimerJobEntityManagerImpl. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)java.util.List<Job>TimerJobEntityManager. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page)Executes aJobQueryImpland returns the matchingTimerJobEntityinstances.java.util.List<Job>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 TimerJobQueryImpl Modifier and Type Method Description longTimerJobDataManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)java.util.List<Job>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 TimerJobQueryImpl Modifier and Type Method Description longMybatisTimerJobDataManager. findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)java.util.List<Job>MybatisTimerJobDataManager. findJobsByQueryCriteria(TimerJobQueryImpl jobQuery, Page page)
-