Package org.flowable.job.service.impl
Class AcquiredExternalWorkerJobImpl
java.lang.Object
org.flowable.job.service.impl.AcquiredExternalWorkerJobImpl
- All Implemented Interfaces:
AcquiredExternalWorkerJob,ExternalWorkerJob,Job,JobInfo
- Author:
- Filip Hrisafov
-
Field Summary
FieldsFields inherited from interface org.flowable.job.api.Job
DEFAULT_EXCLUSIVE, JOB_TYPE_EXTERNAL_WORKER, JOB_TYPE_MESSAGE, JOB_TYPE_TIMERFields inherited from interface org.flowable.job.api.JobInfo
MAX_EXCEPTION_MESSAGE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionAcquiredExternalWorkerJobImpl(ExternalWorkerJobEntity job, Map<String, Object> variables) -
Method Summary
-
Field Details
-
job
-
variables
-
-
Constructor Details
-
AcquiredExternalWorkerJobImpl
-
-
Method Details
-
getVariables
- Specified by:
getVariablesin interfaceAcquiredExternalWorkerJob
-
getDuedate
- Specified by:
getDuedatein interfaceJob
-
getProcessInstanceId
- Specified by:
getProcessInstanceIdin interfaceJob
-
getExecutionId
- Specified by:
getExecutionIdin interfaceJob
-
getProcessDefinitionId
- Specified by:
getProcessDefinitionIdin interfaceJob
-
getCategory
- Specified by:
getCategoryin interfaceJob
-
getJobType
- Specified by:
getJobTypein interfaceJob
-
getElementId
- Specified by:
getElementIdin interfaceJob
-
getElementName
- Specified by:
getElementNamein interfaceJob
-
getScopeId
- Specified by:
getScopeIdin interfaceJob
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceJob
-
getScopeType
- Specified by:
getScopeTypein interfaceJob
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceJob
-
getCorrelationId
- Specified by:
getCorrelationIdin interfaceJob
-
isExclusive
public boolean isExclusive()- Specified by:
isExclusivein interfaceJob
-
getCreateTime
- Specified by:
getCreateTimein interfaceJob
-
getId
-
getRetries
public int getRetries()- Specified by:
getRetriesin interfaceJobInfo
-
getExceptionMessage
- Specified by:
getExceptionMessagein interfaceJobInfo
-
getTenantId
- Specified by:
getTenantIdin interfaceJobInfo
-
getJobHandlerType
- Specified by:
getJobHandlerTypein interfaceJobInfo
-
getJobHandlerConfiguration
- Specified by:
getJobHandlerConfigurationin interfaceJobInfo
-
getCustomValues
- Specified by:
getCustomValuesin interfaceJobInfo
-
getLockOwner
- Specified by:
getLockOwnerin interfaceExternalWorkerJob
-
getLockExpirationTime
- Specified by:
getLockExpirationTimein interfaceExternalWorkerJob
-