org.camunda.bpm.engine.impl.bpmn.behavior
Class CallActivityBehavior

java.lang.Object
  extended by org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
      extended by org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
          extended by org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
              extended by org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior, SubProcessActivityBehavior

public class CallActivityBehavior
extends CallableElementActivityBehavior

Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).

Author:
Joram Barrez, Roman Smirnov

Nested Class Summary
 
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
AbstractBpmnActivityBehavior.ErrorDeclarationFinder, AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder, AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker, AbstractBpmnActivityBehavior.ProcessInstanceCollector
 
Field Summary
 
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
callableElement
 
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
 
Constructor Summary
CallActivityBehavior()
           
 
Method Summary
protected  void startInstance(ActivityExecution execution, VariableMap variables, String businessKey)
           
 
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
completed, completing, execute, getBinding, getBusinessKey, getCallableElement, getDeploymentId, getInputVariables, getOutputVariables, getVersion, isDeploymentBinding, isLatestBinding, isVersionBinding, setCallableElement
 
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
createCompensateEventSubscription, getCompensationHandler, getCurrentFlowScope, isProcessEngineExceptionWithoutCause, isTransactionNotActive, leave, propagateBpmnError, propagateError, propagateExceptionAsError, signal, signalCompensationDone
 
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leaveIgnoreConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallActivityBehavior

public CallActivityBehavior()
Method Detail

startInstance

protected void startInstance(ActivityExecution execution,
                             VariableMap variables,
                             String businessKey)
Specified by:
startInstance in class CallableElementActivityBehavior


Copyright © 2015 camunda services GmbH. All rights reserved.