- getCategory() - Method in interface org.flowable.job.api.Job
-
Get the category for this job.
- getCorrelationId() - Method in interface org.flowable.job.api.Job
-
Returns the correlation id of a job.
- 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.
- getElementId() - Method in interface org.flowable.job.api.Job
-
Reference to an element identifier or null if none is set.
- getElementName() - Method in interface org.flowable.job.api.Job
-
Reference to an element name or null if none is set.
- 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.
- getLockExpirationTime() - Method in interface org.flowable.job.api.ExternalWorkerJob
-
- getLockOwner() - Method in interface org.flowable.job.api.ExternalWorkerJob
-
- 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.
- getVariables() - Method in interface org.flowable.job.api.AcquiredExternalWorkerJob
-