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 CallableElementActivityBehavior
           
 class CallActivityBehavior
          Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
 class CancelEndEventActivityBehavior
           
 class CaseCallActivityBehavior
          Implementation to create a new CaseInstance using the BPMN 2.0 call activity
 class ClassDelegateActivityBehavior
          Helper class for bpmn constructs that allow class delegation.
 class DmnBusinessRuleTaskActivityBehavior
          Implementation of a Bpmn BusinessRuleTask executing a DMN Decision.
 class ErrorEndEventActivityBehavior
           
 class EventSubProcessActivityBehavior
           
 class ExternalTaskActivityBehavior
          Implements behavior of external task activities, i.e.
 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 MultiInstanceActivityBehavior
          Abstract Multi Instance Behavior: used for both parallel and sequential multi instance implementation.
 class ParallelMultiInstanceActivityBehavior
           
 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 SequentialMultiInstanceActivityBehavior
           
 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 ThrowEscalationEventActivityBehavior
          The activity behavior for an intermediate throwing escalation event and an escalation end event.
 class TransactionActivityBehavior
           
 class UserTaskActivityBehavior
          activity implementation for the user task.
 



Copyright © 2015 camunda services GmbH. All rights reserved.