public class TimerStartEventJobHandler extends TimerEventHandler implements JobHandler
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
PROPERTYNAME_CALENDAR_NAME_EXPRESSION, PROPERTYNAME_END_DATE_EXPRESSION, PROPERTYNAME_PROCESS_DEFINITION_KEY, PROPERTYNAME_TIMER_ACTIVITY_ID
Constructor and Description |
---|
TimerStartEventJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatchTimerFiredEvent(JobEntity job,
CommandContext commandContext) |
void |
execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
String |
getType() |
protected void |
startProcessDefinitionByKey(JobEntity job,
String configuration,
DeploymentManager deploymentManager,
CommandContext commandContext) |
protected void |
startProcessInstanceWithInitialActivity(JobEntity job,
String configuration,
DeploymentManager deploymentManager,
CommandContext commandContext) |
createConfiguration, geCalendarNameFromConfiguration, getActivityIdFromConfiguration, getEndDateFromConfiguration, getProcessDefinitionKeyFromConfiguration, hasRealActivityId, setActivityIdToConfiguration, setEndDateToConfiguration, setProcessDefinitionKeyToConfiguration
public static final String TYPE
public String getType()
getType
in interface JobHandler
public void execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext)
execute
in interface JobHandler
protected void startProcessInstanceWithInitialActivity(JobEntity job, String configuration, DeploymentManager deploymentManager, CommandContext commandContext)
protected void startProcessDefinitionByKey(JobEntity job, String configuration, DeploymentManager deploymentManager, CommandContext commandContext)
protected void dispatchTimerFiredEvent(JobEntity job, CommandContext commandContext)
Copyright © 2016 Alfresco. All rights reserved.