Uses of Interface
org.activiti.engine.runtime.SuspendedJobQuery
Packages that use SuspendedJobQuery
-
Uses of SuspendedJobQuery in org.activiti.engine
Methods in org.activiti.engine that return SuspendedJobQueryModifier and TypeMethodDescriptionManagementService.createSuspendedJobQuery()Returns a new SuspendedJobQuery implementation, that can be used to dynamically query the suspended jobs. -
Uses of SuspendedJobQuery in org.activiti.engine.impl
Classes in org.activiti.engine.impl that implement SuspendedJobQueryMethods in org.activiti.engine.impl that return SuspendedJobQueryModifier and TypeMethodDescriptionManagementServiceImpl.createSuspendedJobQuery()SuspendedJobQueryImpl.orderByExecutionId()SuspendedJobQueryImpl.orderByJobDuedate()SuspendedJobQueryImpl.orderByJobId()SuspendedJobQueryImpl.orderByJobRetries()SuspendedJobQueryImpl.orderByProcessInstanceId()SuspendedJobQueryImpl.orderByTenantId() -
Uses of SuspendedJobQuery in org.activiti.engine.runtime
Methods in org.activiti.engine.runtime that return SuspendedJobQueryModifier and TypeMethodDescriptionSuspendedJobQuery.duedateHigherThan(Date date) Only select jobs where the duedate is higher then the given date.SuspendedJobQuery.duedateLowerThan(Date date) Only select jobs where the duedate is lower than the given date.SuspendedJobQuery.exceptionMessage(String exceptionMessage) Only select jobs that failed due to an exception with the given message.SuspendedJobQuery.executable()Only select jobs which are executable, ie.SuspendedJobQuery.executionId(String executionId) Only select jobs which exist for the given executionOnly select jobs with the given idSuspendedJobQuery.jobTenantId(String tenantId) Only select jobs that have the given tenant id.SuspendedJobQuery.jobTenantIdLike(String tenantIdLike) Only select jobs with a tenant id like the given one.SuspendedJobQuery.jobWithoutTenantId()Only select jobs that do not have a tenant id.SuspendedJobQuery.messages()Only select jobs that are messages.SuspendedJobQuery.noRetriesLeft()Only select jobs which have no retries leftSuspendedJobQuery.orderByExecutionId()Order by execution id (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.orderByJobDuedate()Order by duedate (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.orderByJobId()Order by job id (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.orderByJobRetries()Order by retries (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.orderByProcessInstanceId()Order by process instance id (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).SuspendedJobQuery.processDefinitionId(String processDefinitionid) Only select jobs which exist for the given process definition idSuspendedJobQuery.processInstanceId(String processInstanceId) Only select jobs which exist for the given process instance.SuspendedJobQuery.timers()Only select jobs that are timers.SuspendedJobQuery.withException()Only select jobs that failed due to an exception.SuspendedJobQuery.withRetriesLeft()Only select jobs which have retries left