public class TimerEntity extends JobEntity
Modifier and Type | Field and Description |
---|---|
protected Date |
endDate |
protected int |
maxIterations |
protected String |
repeat |
DEFAULT_EXCLUSIVE, DEFAULT_RETRIES, duedate, exceptionByteArrayRef, exceptionMessage, executionId, id, isExclusive, jobHandlerConfiguration, jobHandlerType, jobType, lockExpirationTime, lockOwner, processDefinitionId, processInstanceId, retries, revision, tenantId
Constructor and Description |
---|
TimerEntity() |
TimerEntity(TimerDeclarationImpl timerDeclaration) |
Modifier and Type | Method and Description |
---|---|
void |
execute(CommandContext commandContext) |
Date |
getEndDate() |
String |
getRepeat() |
void |
setEndDate(Date endDate) |
void |
setRepeat(String repeat) |
delete, getDuedate, getExceptionMessage, getExceptionStacktrace, getExecutionId, getId, getJobHandlerConfiguration, getJobHandlerType, getJobType, getLockExpirationTime, getLockOwner, getPersistentState, getProcessDefinitionId, getProcessInstanceId, getRetries, getRevision, getRevisionNext, getTenantId, insert, isExclusive, setDuedate, setExceptionMessage, setExceptionStacktrace, setExclusive, setExecution, setExecutionId, setId, setJobHandlerConfiguration, setJobHandlerType, setJobType, setLockExpirationTime, setLockOwner, setProcessDefinitionId, setProcessInstanceId, setRetries, setRevision, setTenantId, toString
protected int maxIterations
protected String repeat
protected Date endDate
public TimerEntity()
public TimerEntity(TimerDeclarationImpl timerDeclaration)
Copyright © 2016 Alfresco. All rights reserved.