public class TimerEntityImpl extends JobEntityImpl implements TimerEntity
| Modifier and Type | Field and Description |
|---|---|
protected Date |
endDate |
protected int |
maxIterations |
protected String |
repeat |
duedate, exceptionByteArrayRef, exceptionMessage, executionId, id, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, lockExpirationTime, lockOwner, processDefinitionId, processInstanceId, retries, revision, tenantIdDEFAULT_EXCLUSIVE, DEFAULT_RETRIES, MAX_EXCEPTION_MESSAGE_LENGTH| Constructor and Description |
|---|
TimerEntityImpl() |
TimerEntityImpl(TimerEntityImpl te) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate() |
int |
getMaxIterations() |
String |
getRepeat() |
void |
setEndDate(Date endDate) |
void |
setMaxIterations(int maxIterations) |
void |
setRepeat(String repeat) |
getDuedate, getExceptionByteArrayRef, getExceptionMessage, getExceptionStacktrace, getExecutionId, getId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getLockExpirationTime, getLockOwner, getPersistentState, getProcessDefinitionId, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getTenantId, isExclusive, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessInstanceId, setRetries, setRevision, setTenantId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getLockExpirationTime, getLockOwner, isExclusive, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessInstanceId, setRetries, setTenantIdgetDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantIdgetId, getPersistentState, setIdgetRevision, getRevisionNext, setRevisionprotected int maxIterations
protected String repeat
protected Date endDate
public TimerEntityImpl()
public TimerEntityImpl(TimerEntityImpl te)
public String getRepeat()
getRepeat in interface TimerEntitypublic void setRepeat(String repeat)
setRepeat in interface TimerEntitypublic Date getEndDate()
getEndDate in interface TimerEntitypublic void setEndDate(Date endDate)
setEndDate in interface TimerEntitypublic int getMaxIterations()
getMaxIterations in interface TimerEntitypublic void setMaxIterations(int maxIterations)
setMaxIterations in interface TimerEntityCopyright © 2015 Alfresco. All rights reserved.