Uses of Class
org.flowable.job.service.impl.ExternalWorkerJobQueryImpl
Packages that use ExternalWorkerJobQueryImpl
Package
Description
-
Uses of ExternalWorkerJobQueryImpl in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return ExternalWorkerJobQueryImpl -
Uses of ExternalWorkerJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type ExternalWorkerJobQueryImplModifier and TypeMethodDescriptionlongExternalWorkerJobEntityManager.findJobCountByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) Same asExternalWorkerJobEntityManager.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl), but only returns a count and not the instances itself.longExternalWorkerJobEntityManagerImpl.findJobCountByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) ExternalWorkerJobEntityManager.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) Executes aExternalWorkerJobQueryImpland returns the matchingExternalWorkerJobEntityinstances.ExternalWorkerJobEntityManagerImpl.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) -
Uses of ExternalWorkerJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type ExternalWorkerJobQueryImplModifier and TypeMethodDescriptionlongExternalWorkerJobDataManager.findJobCountByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) ExternalWorkerJobDataManager.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) -
Uses of ExternalWorkerJobQueryImpl 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 ExternalWorkerJobQueryImplModifier and TypeMethodDescriptionlongMybatisExternalWorkerJobDataManager.findJobCountByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery) MybatisExternalWorkerJobDataManager.findJobsByQueryCriteria(ExternalWorkerJobQueryImpl jobQuery)