public interface AbstractJobEntity extends Entity, HasRevision
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime() |
String |
getCustomValues() |
ByteArrayRef |
getCustomValuesByteArrayRef() |
ByteArrayRef |
getExceptionByteArrayRef() |
String |
getExceptionMessage() |
String |
getExceptionStacktrace() |
String |
getJobHandlerConfiguration() |
String |
getJobHandlerType() |
int |
getRetries() |
String |
getScopeType() |
String |
getTenantId() |
void |
setCreateTime(Date createTime) |
void |
setCustomValues(String customValues) |
void |
setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef) |
void |
setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setExceptionStacktrace(String exception) |
void |
setJobHandlerConfiguration(String jobHandlerConfiguration) |
void |
setJobHandlerType(String jobHandlerType) |
void |
setRetries(int retries) |
void |
setScopeType(String scopeType)
Set the scope type for the job.
|
void |
setTenantId(String tenantId) |
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setScopeType(String scopeType)
For example if the job should be picked up by the CMMN Job executor then it should have the same type as the CMMN job executor.
scopeType - the scope type for the jobString getScopeType()
int getRetries()
void setRetries(int retries)
void setJobHandlerType(String jobHandlerType)
String getJobHandlerType()
String getJobHandlerConfiguration()
void setJobHandlerConfiguration(String jobHandlerConfiguration)
String getCustomValues()
void setCustomValues(String customValues)
ByteArrayRef getCustomValuesByteArrayRef()
void setCustomValuesByteArrayRef(ByteArrayRef customValuesByteArrayRef)
String getExceptionStacktrace()
void setExceptionStacktrace(String exception)
String getExceptionMessage()
void setExceptionMessage(String exceptionMessage)
ByteArrayRef getExceptionByteArrayRef()
void setExceptionByteArrayRef(ByteArrayRef exceptionByteArrayRef)
String getTenantId()
void setTenantId(String tenantId)
Date getCreateTime()
void setCreateTime(Date createTime)
Copyright © 2021 Flowable. All rights reserved.