public class AcquiredExternalWorkerJobImpl extends Object implements AcquiredExternalWorkerJob
| Modifier and Type | Field and Description |
|---|---|
protected ExternalWorkerJobEntity |
job |
protected Map<String,Object> |
variables |
DEFAULT_EXCLUSIVE, JOB_TYPE_EXTERNAL_WORKER, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
AcquiredExternalWorkerJobImpl(ExternalWorkerJobEntity job,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getCorrelationId() |
Date |
getCreateTime() |
String |
getCustomValues() |
Date |
getDuedate() |
String |
getElementId() |
String |
getElementName() |
String |
getExceptionMessage() |
String |
getExecutionId() |
String |
getId() |
String |
getJobHandlerConfiguration() |
String |
getJobHandlerType() |
String |
getJobType() |
Date |
getLockExpirationTime() |
String |
getLockOwner() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
int |
getRetries() |
String |
getScopeDefinitionId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTenantId() |
Map<String,Object> |
getVariables() |
boolean |
isExclusive() |
protected final ExternalWorkerJobEntity job
public AcquiredExternalWorkerJobImpl(ExternalWorkerJobEntity job, Map<String,Object> variables)
public Map<String,Object> getVariables()
getVariables in interface AcquiredExternalWorkerJobpublic Date getDuedate()
getDuedate in interface Jobpublic String getProcessInstanceId()
getProcessInstanceId in interface Jobpublic String getExecutionId()
getExecutionId in interface Jobpublic String getProcessDefinitionId()
getProcessDefinitionId in interface Jobpublic String getCategory()
getCategory in interface Jobpublic String getJobType()
getJobType in interface Jobpublic String getElementId()
getElementId in interface Jobpublic String getElementName()
getElementName in interface Jobpublic String getScopeId()
getScopeId in interface Jobpublic String getSubScopeId()
getSubScopeId in interface Jobpublic String getScopeType()
getScopeType in interface Jobpublic String getScopeDefinitionId()
getScopeDefinitionId in interface Jobpublic String getCorrelationId()
getCorrelationId in interface Jobpublic boolean isExclusive()
isExclusive in interface Jobpublic Date getCreateTime()
getCreateTime in interface Jobpublic int getRetries()
getRetries in interface JobInfopublic String getExceptionMessage()
getExceptionMessage in interface JobInfopublic String getTenantId()
getTenantId in interface JobInfopublic String getJobHandlerType()
getJobHandlerType in interface JobInfopublic String getJobHandlerConfiguration()
getJobHandlerConfiguration in interface JobInfopublic String getCustomValues()
getCustomValues in interface JobInfopublic String getLockOwner()
getLockOwner in interface ExternalWorkerJobpublic Date getLockExpirationTime()
getLockExpirationTime in interface ExternalWorkerJobCopyright © 2021 Flowable. All rights reserved.