public class TriggerTimerEventJobHandler extends Object implements JobHandler
Constructor and Description |
---|
TriggerTimerEventJobHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatchActivityTimeOut(JobEntity timerEntity,
org.activiti.bpmn.model.FlowNode flowNode,
ExecutionEntity execution,
CommandContext commandContext) |
protected void |
dispatchExecutionTimeOut(JobEntity timerEntity,
ExecutionEntity execution,
List<String> processedElements,
CommandContext commandContext) |
void |
execute(JobEntity job,
String configuration,
ExecutionEntity execution,
CommandContext commandContext) |
String |
getType() |
protected String |
parseActivityType(org.activiti.bpmn.model.FlowNode flowNode) |
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 dispatchExecutionTimeOut(JobEntity timerEntity, ExecutionEntity execution, List<String> processedElements, CommandContext commandContext)
protected void dispatchActivityTimeOut(JobEntity timerEntity, org.activiti.bpmn.model.FlowNode flowNode, ExecutionEntity execution, CommandContext commandContext)
protected String parseActivityType(org.activiti.bpmn.model.FlowNode flowNode)
Copyright © 2015 Alfresco. All rights reserved.