Uses of Package
org.camunda.bpm.engine.impl.bpmn.behavior

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

Classes in org.camunda.bpm.engine.impl.bpmn.behavior used by org.camunda.bpm.engine.impl.bpmn.behavior
AbstractBpmnActivityBehavior
          Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.
BpmnActivityBehavior
          Helper class for implementing BPMN 2.0 activities, offering convenience methods specific to BPMN 2.0.
CallActivityBehavior.CalledElementBinding
           
FlowNodeActivityBehavior
          Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
GatewayActivityBehavior
          super class for all gateway activity implementations.
IntermediateCatchEventActivityBehavior
           
MultiInstanceActivityBehavior
          Implementation of the multi-instance functionality as described in the BPMN 2.0 spec.
NoneStartEventActivityBehavior
          implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).
SubProcessActivityBehavior
          Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.
TaskActivityBehavior
          Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
 

Classes in org.camunda.bpm.engine.impl.bpmn.behavior used by org.camunda.bpm.engine.impl.bpmn.parser
ScriptTaskActivityBehavior
          ActivityBehavior implementation of the BPMN 2.0 script task.
 



Copyright © 2014 camunda services GmbH. All rights reserved.