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, tenantId
DEFAULT_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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExceptionByteArrayRef, getExceptionStacktrace, getJobHandlerConfiguration, getJobHandlerType, getJobType, getLockExpirationTime, getLockOwner, isExclusive, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessInstanceId, setRetries, setTenantId
getDuedate, getExceptionMessage, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getRetries, getTenantId
getId, getPersistentState, setId
getRevision, getRevisionNext, setRevision
protected int maxIterations
protected String repeat
protected Date endDate
public TimerEntityImpl()
public TimerEntityImpl(TimerEntityImpl te)
public String getRepeat()
getRepeat
in interface TimerEntity
public void setRepeat(String repeat)
setRepeat
in interface TimerEntity
public Date getEndDate()
getEndDate
in interface TimerEntity
public void setEndDate(Date endDate)
setEndDate
in interface TimerEntity
public int getMaxIterations()
getMaxIterations
in interface TimerEntity
public void setMaxIterations(int maxIterations)
setMaxIterations
in interface TimerEntity
Copyright © 2015 Alfresco. All rights reserved.