Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior

Packages that use AbstractBpmnActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior   
 

Uses of AbstractBpmnActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
 

Subclasses of AbstractBpmnActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
 class CallActivityBehavior
          Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
 class ClassDelegateActivityBehavior
          Helper class for bpmn constructs that allow class delegation.
 class IntermediateCatchEventActivityBehavior
           
 class IntermediateCatchLinkEventActivityBehavior
           
 class IntermediateThrowSignalEventActivityBehavior
           
 class MailActivityBehavior
           
 class ManualTaskActivityBehavior
          Implementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.
 class ReceiveTaskActivityBehavior
          A receive task is a wait state that waits for the receival of some message.
 class ScriptTaskActivityBehavior
          ActivityBehavior implementation of the BPMN 2.0 script task.
 class ServiceTaskDelegateExpressionActivityBehavior
          ActivityBehavior used when 'delegateExpression' is used for a serviceTask.
 class ServiceTaskExpressionActivityBehavior
          ActivityBehavior that evaluates an expression when executed.
 class ServiceTaskJavaDelegateActivityBehavior
           
 class ShellActivityBehavior
           
 class SubProcessActivityBehavior
          Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.
 class TaskActivityBehavior
          Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
 class TransactionActivityBehavior
           
 class UserTaskActivityBehavior
          activity implementation for the user task.
 

Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as AbstractBpmnActivityBehavior
protected  AbstractBpmnActivityBehavior MultiInstanceActivityBehavior.innerActivityBehavior
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehavior
 void MultiInstanceActivityBehavior.setInnerActivityBehavior(AbstractBpmnActivityBehavior innerActivityBehavior)
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehavior
MultiInstanceActivityBehavior(ActivityImpl activity, AbstractBpmnActivityBehavior innerActivityBehavior)
           
ParallelMultiInstanceBehavior(ActivityImpl activity, AbstractBpmnActivityBehavior originalActivityBehavior)
           
SequentialMultiInstanceBehavior(ActivityImpl activity, AbstractBpmnActivityBehavior innerActivityBehavior)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.