public interface AbstractJobEntity extends Job, Entity, HasRevision
DEFAULT_EXCLUSIVE, JOB_TYPE_MESSAGE, JOB_TYPE_TIMER, MAX_EXCEPTION_MESSAGE_LENGTH| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
ByteArrayRef |
getExceptionByteArrayRef() |
String |
getExceptionStacktrace() |
String |
getJobHandlerConfiguration()
Get the job configuration.
|
String |
getJobHandlerType()
Get the job handler type.
|
String |
getJobType()
Get the job type for this job.
|
int |
getMaxIterations() |
String |
getRepeat() |
boolean |
isExclusive()
Is the job exclusive?
|
void |
setDuedate(Date duedate) |
void |
setEndDate(Date endDate) |
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 |
setMaxIterations(int maxIterations) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRepeat(String repeat) |
void |
setRetries(int retries) |
void |
setTenantId(String tenantId) |
getDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantIdgetId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setExecution(ExecutionEntity execution)
void setDuedate(Date duedate)
void setExecutionId(String executionId)
void setRetries(int retries)
void setProcessInstanceId(String processInstanceId)
boolean isExclusive()
JobisExclusive in interface Jobvoid setExclusive(boolean isExclusive)
void setProcessDefinitionId(String processDefinitionId)
String getJobHandlerType()
JobgetJobHandlerType in interface Jobvoid setJobHandlerType(String jobHandlerType)
String getJobHandlerConfiguration()
JobgetJobHandlerConfiguration in interface Jobvoid setJobHandlerConfiguration(String jobHandlerConfiguration)
String getJobType()
JobgetJobType in interface Jobvoid setJobType(String jobType)
String getRepeat()
void setRepeat(String repeat)
Date getEndDate()
void setEndDate(Date endDate)
int getMaxIterations()
void setMaxIterations(int maxIterations)
String getExceptionStacktrace()
void setExceptionStacktrace(String exception)
void setExceptionMessage(String exceptionMessage)
ByteArrayRef getExceptionByteArrayRef()
void setTenantId(String tenantId)
Copyright © 2010–2018 Alfresco. All rights reserved.