Uses of Class
org.flowable.job.service.impl.JobQueryImpl
Packages that use JobQueryImpl
Package
Description
-
Uses of JobQueryImpl in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as JobQueryImplFields in org.flowable.job.service.impl with type parameters of type JobQueryImplMethods in org.flowable.job.service.impl that return JobQueryImplModifier and TypeMethodDescriptionJobQueryImpl.caseDefinitionId(String caseDefinitionId) JobQueryImpl.caseDefinitionKey(String caseDefinitionKey) JobQueryImpl.caseInstanceId(String caseInstanceId) JobQueryImpl.categoryLike(String categoryLike) JobQueryImpl.correlationId(String correlationId) JobQueryImpl.elementName(String elementName) JobQueryImpl.executionId(String executionId) JobQueryImpl.handlerType(String handlerType) JobQueryImpl.planItemInstanceId(String planItemInstanceId) JobQueryImpl.processDefinitionId(String processDefinitionId) JobQueryImpl.processDefinitionKey(String processDefinitionKey) JobQueryImpl.processInstanceId(String processInstanceId) JobQueryImpl.scopeDefinitionId(String scopeDefinitionId) JobQueryImpl.subScopeId(String subScopeId) Methods in org.flowable.job.service.impl that return types with arguments of type JobQueryImpl -
Uses of JobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type JobQueryImplModifier and TypeMethodDescriptionlongJobEntityManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) Same asJobEntityManager.findJobsByQueryCriteria(JobQueryImpl), but only returns a count and not the instances itself.longJobEntityManagerImpl.findJobCountByQueryCriteria(JobQueryImpl jobQuery) JobEntityManager.findJobsByQueryCriteria(JobQueryImpl jobQuery) Executes aJobQueryImpland returns the matchingJobEntityinstances.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 JobQueryImplModifier and TypeMethodDescriptionlongJobDataManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) 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 JobQueryImplModifier and TypeMethodDescriptionlongMybatisJobDataManager.findJobCountByQueryCriteria(JobQueryImpl jobQuery) MybatisJobDataManager.findJobsByQueryCriteria(JobQueryImpl jobQuery)