Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.bpmn.behavior | |
org.camunda.bpm.engine.impl.bpmn.listener | |
org.camunda.bpm.engine.impl.bpmn.parser | |
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.externaltask | |
org.camunda.bpm.engine.spring.components.registry | |
org.camunda.connect.plugin.impl |
Class and Description |
---|
BpmnBehaviorLogger |
Class and Description |
---|
AbstractBpmnActivityBehavior
Denotes an 'activity' in the sense of BPMN 2.0:
a parent class for all tasks, subprocess and callActivity.
|
BoundaryEventActivityBehavior
The BPMN Boundary Event.
|
BpmnActivityBehavior
Helper class for implementing BPMN 2.0 activities, offering convenience
methods specific to BPMN 2.0.
|
BpmnBehaviorLogger |
CallableElementActivityBehavior |
ConditionalEventBehavior
Represents an interface for the condition event behaviors.
|
EventSubProcessStartEventActivityBehavior
Specialization of the Start Event for Event Sub-Processes.
|
FlowNodeActivityBehavior
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
|
GatewayActivityBehavior
super class for all gateway activity implementations.
|
IntermediateCatchEventActivityBehavior |
MultiInstanceActivityBehavior
Abstract Multi Instance Behavior: used for both parallel and sequential
multi instance implementation.
|
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.
|
Class and Description |
---|
BpmnBehaviorLogger |
Class and Description |
---|
BoundaryConditionalEventActivityBehavior |
ScriptTaskActivityBehavior
ActivityBehavior implementation of the BPMN 2.0 script task. |
Class and Description |
---|
ExternalTaskActivityBehavior
Implements behavior of external task activities, i.e.
|
Class and Description |
---|
ExternalTaskActivityBehavior
Implements behavior of external task activities, i.e.
|
Class and Description |
---|
AbstractBpmnActivityBehavior
Denotes an 'activity' in the sense of BPMN 2.0:
a parent class for all tasks, subprocess and callActivity.
|
FlowNodeActivityBehavior
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
|
ReceiveTaskActivityBehavior
A receive task is a wait state that waits for the receival of some message.
|
TaskActivityBehavior
Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
|
Class and Description |
---|
AbstractBpmnActivityBehavior
Denotes an 'activity' in the sense of BPMN 2.0:
a parent class for all tasks, subprocess and callActivity.
|
FlowNodeActivityBehavior
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
|
TaskActivityBehavior
Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
|
Copyright © 2022. All rights reserved.