Uses of Class
org.flowable.job.service.impl.SuspendedJobQueryImpl
-
-
Uses of SuspendedJobQueryImpl in org.flowable.job.service.impl
-
Uses of SuspendedJobQueryImpl in org.flowable.job.service.impl.persistence.entity
Methods in org.flowable.job.service.impl.persistence.entity with parameters of type SuspendedJobQueryImpl Modifier and Type Method Description longSuspendedJobEntityManager. findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)Same asSuspendedJobEntityManager.findJobsByQueryCriteria(SuspendedJobQueryImpl), but only returns a count and not the instances itself.longSuspendedJobEntityManagerImpl. findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)List<Job>SuspendedJobEntityManager. findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery)Executes aJobQueryImpland returns the matchingSuspendedJobEntityinstances.List<Job>SuspendedJobEntityManagerImpl. findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) -
Uses of SuspendedJobQueryImpl in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data with parameters of type SuspendedJobQueryImpl Modifier and Type Method Description longSuspendedJobDataManager. findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)List<Job>SuspendedJobDataManager. findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery) -
Uses of SuspendedJobQueryImpl 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 SuspendedJobQueryImpl Modifier and Type Method Description longMybatisSuspendedJobDataManager. findJobCountByQueryCriteria(SuspendedJobQueryImpl jobQuery)List<Job>MybatisSuspendedJobDataManager. findJobsByQueryCriteria(SuspendedJobQueryImpl jobQuery)
-