Class JobImpl
java.lang.Object
io.camunda.client.impl.search.response.JobImpl
- All Implemented Interfaces:
Job
-
Constructor Details
-
JobImpl
-
-
Method Details
-
getJobKey
-
getType
-
getWorker
-
getState
-
getKind
-
getListenerEventType
- Specified by:
getListenerEventTypein interfaceJob
-
getRetries
- Specified by:
getRetriesin interfaceJob
-
getPriority
- Specified by:
getPriorityin interfaceJob
-
isDenied
-
getDeniedReason
- Specified by:
getDeniedReasonin interfaceJob
-
hasFailedWithRetriesLeft
- Specified by:
hasFailedWithRetriesLeftin interfaceJob
-
getErrorCode
- Specified by:
getErrorCodein interfaceJob
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceJob
-
getCustomerHeaders
- Specified by:
getCustomerHeadersin interfaceJob
-
getDeadline
- Specified by:
getDeadlinein interfaceJob
-
getEndTime
- Specified by:
getEndTimein interfaceJob
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceJob
-
getProcessDefinitionKey
- Specified by:
getProcessDefinitionKeyin interfaceJob
-
getProcessInstanceKey
- Specified by:
getProcessInstanceKeyin interfaceJob
-
getRootProcessInstanceKey
Description copied from interface:JobReturns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Specified by:
getRootProcessInstanceKeyin interfaceJob- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getBusinessId
Description copied from interface:JobReturns the business ID of the owning process instance, inherited when the job was created.Note: This field is
nullfor jobs created before version 8.10 and when the owning process instance has no business ID.- Specified by:
getBusinessIdin interfaceJob- Returns:
- the business ID, or
nullwhen not set
-
getElementId
- Specified by:
getElementIdin interfaceJob
-
getElementInstanceKey
- Specified by:
getElementInstanceKeyin interfaceJob
-
getTenantId
- Specified by:
getTenantIdin interfaceJob
-
getCreationTime
- Specified by:
getCreationTimein interfaceJob
-
getLastUpdateTime
- Specified by:
getLastUpdateTimein interfaceJob
-