public interface JobInfoEntity extends JobInfo, AbstractJobEntity, Entity, HasRevision
MAX_EXCEPTION_MESSAGE_LENGTH| Modifier and Type | Method and Description |
|---|---|
Date |
getLockExpirationTime() |
String |
getLockOwner() |
String |
getScopeType() |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
void |
setScopeType(String scopeType)
Set the scope type for the job.
|
getCustomValues, getExceptionMessage, getId, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantIdgetCreateTime, getCustomValues, getCustomValuesByteArrayRef, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getRetries, getTenantId, setCreateTime, setCustomValues, setCustomValuesByteArrayRef, setExceptionByteArrayRef, setExceptionMessage, setExceptionStacktrace, setJobHandlerConfiguration, setJobHandlerType, setRetries, setTenantIdgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionString getLockOwner()
void setLockOwner(String claimedBy)
Date getLockExpirationTime()
void setLockExpirationTime(Date claimedUntil)
void 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.
setScopeType in interface AbstractJobEntityscopeType - the scope type for the jobString getScopeType()
getScopeType in interface AbstractJobEntityCopyright © 2021 Flowable. All rights reserved.