| Modifier and Type | Class and Description |
|---|---|
class |
CamelBehavior
This abstract class takes the place of the now-deprecated CamelBehaviour class (which can still be used for legacy compatibility) and significantly improves on its flexibility.
|
class |
SpringCamelBehavior
Camel behavior that looks up the camel context when using SpringProcessEngineConfiguration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdiCamelBehavior
Camel behavior implementation that looks up the camel context in a CDI environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdiCamelBehaviorBodyAsMapImpl
CDI equivalent of
CamelBehaviorBodyAsMapImpl |
class |
CdiCamelBehaviorCamelBodyImpl
CDI equivalent of
CdiCamelBehaviorCamelBodyImpl |
class |
CdiCamelBehaviorDefaultImpl
Cdi equivalent of
CamelBehaviorDefaultImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
CamelBehaviorBodyAsMapImpl
This implementation of the CamelBehavior abstract class works by copying variables into Camel using a Map
|
class |
CamelBehaviorCamelBodyImpl
This implementation of the CamelBehavior abstract class works by copying a single variable value into the Camel Exchange body.
|
class |
CamelBehaviorDefaultImpl
This implementation of the CamelBehavior abstract class works just like CamelBehaviour does; it copies variables into Camel as properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdhocSubProcessActivityBehavior
Implementation of the BPMN 2.0 ad-hoc subprocess.
|
class |
BusinessRuleTaskActivityBehavior
Activity implementation of the BPMN 2.0 business rule task.
|
class |
CallActivityBehavior
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
|
class |
CaseTaskActivityBehavior
Start a CMMN case with the case service task
|
class |
DmnActivityBehavior |
class |
EventSubProcessActivityBehavior |
class |
EventSubProcessEventRegistryStartEventActivityBehavior
Implementation of the BPMN 2.0 event subprocess event registry start event.
|
class |
EventSubProcessMessageStartEventActivityBehavior
Implementation of the BPMN 2.0 event subprocess message start event.
|
class |
EventSubProcessSignalStartEventActivityBehavior
Implementation of the BPMN 2.0 event subprocess signal start event.
|
class |
EventSubProcessTimerStartEventActivityBehavior
Implementation of the BPMN 2.0 event subprocess timer start event.
|
class |
EventSubProcessVariableListenerlStartEventActivityBehavior
Implementation of the event subprocess variable listener start event.
|
class |
ExternalWorkerTaskActivityBehavior |
class |
IntermediateCatchConditionalEventActivityBehavior |
class |
IntermediateCatchEventActivityBehavior |
class |
IntermediateCatchEventRegistryEventActivityBehavior |
class |
IntermediateCatchMessageEventActivityBehavior |
class |
IntermediateCatchSignalEventActivityBehavior |
class |
IntermediateCatchTimerEventActivityBehavior |
class |
IntermediateCatchVariableListenerEventActivityBehavior |
class |
IntermediateThrowEscalationEventActivityBehavior |
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 |
ReceiveEventTaskActivityBehavior |
class |
ReceiveTaskActivityBehavior
A receive task is a wait state that waits to receive some message.
|
class |
ScriptTaskActivityBehavior
Implementation of the BPMN 2.0 script task.
|
class |
SendEventTaskActivityBehavior
Sends an event to the event registry
|
class |
ServiceTaskDelegateExpressionActivityBehavior
ActivityBehavior used when 'delegateExpression' is used for a serviceTask. |
class |
ServiceTaskExpressionActivityBehavior
ActivityBehavior that evaluates an expression when executed.
|
class |
ServiceTaskFutureJavaDelegateActivityBehavior |
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 |
class |
WebServiceActivityBehavior
An activity behavior that allows calling Web services
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractBpmnActivityBehavior |
MultiInstanceActivityBehavior.innerActivityBehavior |
| Modifier and Type | Method and Description |
|---|---|
AbstractBpmnActivityBehavior |
MultiInstanceActivityBehavior.getInnerActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiInstanceActivityBehavior.setInnerActivityBehavior(AbstractBpmnActivityBehavior innerActivityBehavior) |
| Constructor and Description |
|---|
MultiInstanceActivityBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
ParallelMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior originalActivityBehavior) |
SequentialMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassDelegate
Helper class for bpmn constructs that allow class delegation.
|
class |
ClassDelegate
Helper class for bpmn constructs that allow class delegation.
|
class |
ClassDelegateCollectionHandler
Helper class for Collection handlers to allow class delegation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassDelegateHttpHandler
Helper class for HTTP handlers to allow class delegation.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelMultiInstanceBehavior |
DefaultActivityBehaviorFactory.createParallelMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
ParallelMultiInstanceBehavior |
ActivityBehaviorFactory.createParallelMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
SequentialMultiInstanceBehavior |
DefaultActivityBehaviorFactory.createSequentialMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
SequentialMultiInstanceBehavior |
ActivityBehaviorFactory.createSequentialMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
| Modifier and Type | Method and Description |
|---|---|
ParallelMultiInstanceBehavior |
TestActivityBehaviorFactory.createParallelMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
SequentialMultiInstanceBehavior |
TestActivityBehaviorFactory.createSequentialMultiInstanceBehavior(Activity activity,
AbstractBpmnActivityBehavior innerActivityBehavior) |
| Modifier and Type | Class and Description |
|---|---|
class |
MuleSendActivityBehavior |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureJavascriptTaskActivityBehavior |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegrationActivityBehavior |
Copyright © 2023 Flowable. All rights reserved.