- exceptionMessage(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs that failed due to an exception with the given message.
- exceptionMessage(String) - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs that failed due to an exception with the given message.
- exceptionMessage(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs that failed due to an exception with the given message.
- exceptionMessage(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs that failed due to an exception with the given message.
- exceptionMessage(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs that failed due to an exception with the given message.
- executable() - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs which are executable, ie.
- executable() - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs which are executable, ie.
- executable() - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs which are executable, ie.
- executionId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs which exist for the given execution
- executionId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs which exist for the given execution
- executionId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs which exist for the given execution
- executionId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs which exist for the given execution
- getCreateTime() - Method in interface org.flowable.job.api.HistoryJob
-
Get the job create time.
- getCreateTime() - Method in interface org.flowable.job.api.Job
-
Returns the create datetime of the job.
- getCustomValues() - Method in interface org.flowable.job.api.JobInfo
-
Get the custom values.
- getDuedate() - Method in interface org.flowable.job.api.Job
-
Returns the date on which this job is supposed to be processed.
- getExceptionMessage() - Method in interface org.flowable.job.api.JobInfo
-
Returns the message of the exception that occurred, the last time the job was executed.
- getExecutionId() - Method in interface org.flowable.job.api.Job
-
Returns the specific execution on which the job was created.
- getId() - Method in interface org.flowable.job.api.JobInfo
-
Returns the unique identifier for this job.
- getJobHandlerConfiguration() - Method in interface org.flowable.job.api.JobInfo
-
Get the job handler configuration.
- getJobHandlerType() - Method in interface org.flowable.job.api.JobInfo
-
Get the job handler type.
- getJobId() - Method in exception org.flowable.job.api.JobNotFoundException
-
- getJobType() - Method in interface org.flowable.job.api.Job
-
Get the job type for this job.
- getProcessDefinitionId() - Method in interface org.flowable.job.api.Job
-
Returns the specific process definition on which the job was created
- getProcessInstanceId() - Method in interface org.flowable.job.api.Job
-
x
Returns the id of the process instance which execution created the job.
- getRetries() - Method in interface org.flowable.job.api.JobInfo
-
Returns the number of retries this job has left.
- getScopeDefinitionId() - Method in interface org.flowable.job.api.Job
-
Reference to a scope definition identifier or null if none is set.
- getScopeId() - Method in interface org.flowable.job.api.Job
-
Reference to a scope identifier or null if none is set.
- getScopeType() - Method in interface org.flowable.job.api.HistoryJob
-
Get the scope type.
- getScopeType() - Method in interface org.flowable.job.api.Job
-
Reference to a scope type or null if none is set.
- getSubScopeId() - Method in interface org.flowable.job.api.Job
-
Reference to a sub scope identifier or null if none is set.
- getTenantId() - Method in interface org.flowable.job.api.JobInfo
-
Get the tenant identifier for this job.
- Job - Interface in org.flowable.job.api
-
Represents one job (timer, async job, etc.).
- JOB_TYPE_MESSAGE - Static variable in interface org.flowable.job.api.Job
-
- JOB_TYPE_TIMER - Static variable in interface org.flowable.job.api.Job
-
- jobId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs with the given id
- jobId(String) - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs with the given id
- jobId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs with the given id
- jobId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs with the given id
- jobId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs with the given id
- JobInfo - Interface in org.flowable.job.api
-
Interface for a job that can be directly executed (e.g an async job or a history job).
- JobNotFoundException - Exception in org.flowable.job.api
-
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..
- JobNotFoundException(String) - Constructor for exception org.flowable.job.api.JobNotFoundException
-
- JobQuery - Interface in org.flowable.job.api
-
Allows programmatic querying of
Jobs.
- jobTenantId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs that have the given tenant id.
- jobTenantId(String) - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs that have the given tenant id.
- jobTenantId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs that have the given tenant id.
- jobTenantId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs that have the given tenant id.
- jobTenantId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs that have the given tenant id.
- jobTenantIdLike(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs with a tenant id like the given one.
- jobTenantIdLike(String) - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs with a tenant id like the given one.
- jobTenantIdLike(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs with a tenant id like the given one.
- jobTenantIdLike(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs with a tenant id like the given one.
- jobTenantIdLike(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs with a tenant id like the given one.
- jobWithoutTenantId() - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs that do not have a tenant id.
- jobWithoutTenantId() - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs that do not have a tenant id.
- jobWithoutTenantId() - Method in interface org.flowable.job.api.JobQuery
-
Only select jobs that do not have a tenant id.
- jobWithoutTenantId() - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs that do not have a tenant id.
- jobWithoutTenantId() - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs that do not have a tenant id.
- scopeDefinitionId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs for the given scope definition identifier.
- scopeDefinitionId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select tasks for the given scope definition identifier.
- scopeDefinitionId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs for the given scope definition identifier.
- scopeDefinitionId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select tasks for the given scope definition identifier.
- scopeId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs for the given scope identifier.
- scopeId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select tasks for the given scope identifier.
- scopeId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs for the given scope identifier.
- scopeId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs for the given scope identifier.
- scopeType(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs for the given scope type.
- scopeType(String) - Method in interface org.flowable.job.api.HistoryJobQuery
-
Only select jobs with the given scope type.
- scopeType(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select tasks for the given scope type.
- scopeType(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs for the given scope type.
- scopeType(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs for the given scope type.
- subScopeId(String) - Method in interface org.flowable.job.api.DeadLetterJobQuery
-
Only select jobs for the given sub scope identifier.
- subScopeId(String) - Method in interface org.flowable.job.api.JobQuery
-
Only select tasks for the given sub scope identifier.
- subScopeId(String) - Method in interface org.flowable.job.api.SuspendedJobQuery
-
Only select jobs for the given sub scope identifier.
- subScopeId(String) - Method in interface org.flowable.job.api.TimerJobQuery
-
Only select jobs for the given sub scope identifier.
- SuspendedJobQuery - Interface in org.flowable.job.api
-
Allows programmatic querying of
Jobs.