public interface JobEntity extends Job, Entity, HasRevision
TimerEntity
or MessageEntity
.Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_EXCLUSIVE |
static int |
DEFAULT_RETRIES |
static int |
MAX_EXCEPTION_MESSAGE_LENGTH |
Modifier and Type | Method and Description |
---|---|
ByteArrayRef |
getExceptionByteArrayRef() |
String |
getExceptionStacktrace() |
String |
getJobHandlerConfiguration() |
String |
getJobHandlerType() |
String |
getJobType() |
Date |
getLockExpirationTime() |
String |
getLockOwner() |
boolean |
isExclusive() |
void |
setDuedate(Date duedate) |
void |
setExceptionMessage(String exceptionMessage) |
void |
setExceptionStacktrace(String exception) |
void |
setExclusive(boolean isExclusive) |
void |
setExecution(ExecutionEntity execution) |
void |
setExecutionId(String executionId) |
void |
setJobHandlerConfiguration(String jobHandlerConfiguration) |
void |
setJobHandlerType(String jobHandlerType) |
void |
setJobType(String jobType) |
void |
setLockExpirationTime(Date claimedUntil) |
void |
setLockOwner(String claimedBy) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRetries(int retries) |
void |
setTenantId(String tenantId) |
getDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantId
getId, getPersistentState, setId
getRevision, getRevisionNext, setRevision
static final boolean DEFAULT_EXCLUSIVE
static final int DEFAULT_RETRIES
static final int MAX_EXCEPTION_MESSAGE_LENGTH
void setExecution(ExecutionEntity execution)
String getExceptionStacktrace()
void setExceptionStacktrace(String exception)
void setDuedate(Date duedate)
void setExecutionId(String executionId)
void setRetries(int retries)
String getLockOwner()
void setLockOwner(String claimedBy)
Date getLockExpirationTime()
void setLockExpirationTime(Date claimedUntil)
void setProcessInstanceId(String processInstanceId)
boolean isExclusive()
void setExclusive(boolean isExclusive)
void setProcessDefinitionId(String processDefinitionId)
String getJobHandlerType()
void setJobHandlerType(String jobHandlerType)
String getJobHandlerConfiguration()
void setJobHandlerConfiguration(String jobHandlerConfiguration)
void setExceptionMessage(String exceptionMessage)
String getJobType()
void setJobType(String jobType)
void setTenantId(String tenantId)
ByteArrayRef getExceptionByteArrayRef()
Copyright © 2015 Alfresco. All rights reserved.