Uses of Interface
org.flowable.job.api.HistoryJobQuery
-
Uses of HistoryJobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return HistoryJobQueryModifier and TypeMethodDescriptionHistoryJobQuery.exceptionMessage(String exceptionMessage) Only select jobs that failed due to an exception with the given message.HistoryJobQuery.handlerType(String handlerType) Select jobs which have given job handler typeHistoryJobQuery.handlerTypes(Collection<String> handlerType) Select jobs which have given job handler typeOnly select jobs with the given idHistoryJobQuery.jobTenantId(String tenantId) Only select jobs that have the given tenant id.HistoryJobQuery.jobTenantIdLike(String tenantIdLike) Only select jobs with a tenant id like the given one.HistoryJobQuery.jobWithoutTenantId()Only select jobs that do not have a tenant id.HistoryJobQuery.locked()Only return jobs that are locked (i.e. they are acquired by an executor).Only return jobs with the given lock owner.HistoryJobQuery.orderByJobId()Order by job id (needs to be followed byQuery.asc()orQuery.desc()).HistoryJobQuery.orderByJobRetries()Order by retries (needs to be followed byQuery.asc()orQuery.desc()).HistoryJobQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).Only select jobs with the given scope type.HistoryJobQuery.unlocked()Only return jobs that are not locked.HistoryJobQuery.withException()Only select jobs that failed due to an exception.HistoryJobQuery.withoutScopeType()Only return jobs that do not have a scope type.