public class ContinueProcessOperation extends AbstractOperation
Modifier and Type | Field and Description |
---|---|
protected boolean |
forceSynchronousOperation |
protected boolean |
inCompensation |
agenda, commandContext, execution
Constructor and Description |
---|
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution) |
ContinueProcessOperation(CommandContext commandContext,
ExecutionEntity execution,
boolean forceSynchronousOperation,
boolean inCompensation) |
Modifier and Type | Method and Description |
---|---|
protected void |
continueThroughFlowNode(org.activiti.bpmn.model.FlowNode flowNode) |
protected void |
continueThroughSequenceFlow(org.activiti.bpmn.model.SequenceFlow sequenceFlow) |
protected void |
executeBoundaryEvents(Collection<org.activiti.bpmn.model.BoundaryEvent> boundaryEvents,
ExecutionEntity execution) |
protected void |
executeProcessStartExecutionListeners() |
protected Collection<org.activiti.bpmn.model.BoundaryEvent> |
findBoundaryEventsForFlowNode(String processDefinitionId,
org.activiti.bpmn.model.FlowNode flowNode) |
protected org.activiti.bpmn.model.Process |
getProcessDefinition(String processDefinitionId) |
void |
run() |
protected void |
scheduleJob(boolean exclusive) |
executeExecutionListeners, executeExecutionListeners, findCurrentFlowElement, getAgenda, getCommandContext, getExecution, setAgenda, setCommandContext, setExecution
protected boolean forceSynchronousOperation
protected boolean inCompensation
public ContinueProcessOperation(CommandContext commandContext, ExecutionEntity execution, boolean forceSynchronousOperation, boolean inCompensation)
public ContinueProcessOperation(CommandContext commandContext, ExecutionEntity execution)
public void run()
protected void executeProcessStartExecutionListeners()
protected void continueThroughFlowNode(org.activiti.bpmn.model.FlowNode flowNode)
protected void continueThroughSequenceFlow(org.activiti.bpmn.model.SequenceFlow sequenceFlow)
protected void scheduleJob(boolean exclusive)
protected void executeBoundaryEvents(Collection<org.activiti.bpmn.model.BoundaryEvent> boundaryEvents, ExecutionEntity execution)
protected Collection<org.activiti.bpmn.model.BoundaryEvent> findBoundaryEventsForFlowNode(String processDefinitionId, org.activiti.bpmn.model.FlowNode flowNode)
protected org.activiti.bpmn.model.Process getProcessDefinition(String processDefinitionId)
Copyright © 2015 Alfresco. All rights reserved.