public class TimerExecuteNestedActivityJobHandler extends TimerEventHandler implements JobHandler
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTYNAME_END_DATE_EXPRESSION |
static String |
PROPERTYNAME_TIMER_ACTIVITY_ID |
static String |
TYPE |
Constructor and Description |
---|
TimerExecuteNestedActivityJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatchActivityTimeOut(JobEntity timerEntity,
ActivityImpl activity,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
dispatchActivityTimeoutIfNeeded(JobEntity timerEntity,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
dispatchExecutionTimeOut(JobEntity timerEntity,
ExecutionEntity execution,
CommandContext commandContext) |
void |
execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
String |
getType() |
createConfiguration, getActivityIdFromConfiguration, getEndDateFromConfiguration, setActivityIdToConfiguration, setEndDateToConfiguration
public static final String TYPE
public static final String PROPERTYNAME_TIMER_ACTIVITY_ID
public static final String PROPERTYNAME_END_DATE_EXPRESSION
public TimerExecuteNestedActivityJobHandler()
public String getType()
getType
in interface JobHandler
public void execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext)
execute
in interface JobHandler
protected void dispatchActivityTimeoutIfNeeded(JobEntity timerEntity, ExecutionEntity execution, CommandContext commandContext)
protected void dispatchExecutionTimeOut(JobEntity timerEntity, ExecutionEntity execution, CommandContext commandContext)
protected void dispatchActivityTimeOut(JobEntity timerEntity, ActivityImpl activity, ExecutionEntity execution, CommandContext commandContext)
Copyright © 2016 Alfresco. All rights reserved.