Uses of Class
org.flowable.job.service.impl.JobQueryImpl
-
-
Uses of JobQueryImpl in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobQueryImpl Modifier and Type Method Description JobQueryImplJobQueryImpl. caseDefinitionId(String caseDefinitionId)JobQueryImplJobQueryImpl. caseInstanceId(String caseInstanceId)JobQueryImplJobQueryImpl. category(String category)JobQueryImplJobQueryImpl. categoryLike(String categoryLike)JobQueryImplJobQueryImpl. correlationId(String correlationId)JobQueryImplJobQueryImpl. elementId(String elementId)JobQueryImplJobQueryImpl. elementName(String elementName)JobQueryImplJobQueryImpl. executionId(String executionId)JobQueryImplJobQueryImpl. handlerType(String handlerType)JobQueryImplJobQueryImpl. planItemInstanceId(String planItemInstanceId)JobQueryImplJobQueryImpl. processDefinitionId(String processDefinitionId)JobQueryImplJobQueryImpl. processInstanceId(String processInstanceId)JobQueryImplJobQueryImpl. scopeDefinitionId(String scopeDefinitionId)JobQueryImplJobQueryImpl. scopeId(String scopeId)JobQueryImplJobQueryImpl. scopeType(String scopeType)JobQueryImplJobQueryImpl. subScopeId(String subScopeId) -
Uses of JobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type JobQueryImpl Modifier and Type Method Description longJobEntityManager. findJobCountByQueryCriteria(JobQueryImpl jobQuery)Same asJobEntityManager.findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself.longJobEntityManagerImpl. findJobCountByQueryCriteria(JobQueryImpl jobQuery)List<Job>JobEntityManager. findJobsByQueryCriteria(JobQueryImpl jobQuery)Executes aJobQueryImpland returns the matchingJobEntityinstances.List<Job>JobEntityManagerImpl. findJobsByQueryCriteria(JobQueryImpl jobQuery) -
Uses of JobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type JobQueryImpl Modifier and Type Method Description longJobDataManager. findJobCountByQueryCriteria(JobQueryImpl jobQuery)List<Job>JobDataManager. findJobsByQueryCriteria(JobQueryImpl jobQuery) -
Uses of JobQueryImpl 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 JobQueryImpl Modifier and Type Method Description longMybatisJobDataManager. findJobCountByQueryCriteria(JobQueryImpl jobQuery)List<Job>MybatisJobDataManager. findJobsByQueryCriteria(JobQueryImpl jobQuery)
-