Uses of Interface
org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior
Package
Description
-
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier and TypeClassDescriptionclass
Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.class
class
The BPMN Boundary Event.class
class
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).class
See CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation.class
class
Implementation to create a newCaseInstance
using the BPMN 2.0 call activityclass
Helper class for bpmn constructs that allow class delegation.class
Behavior for a compensation end event.class
class
Implementation of a Bpmn BusinessRuleTask executing a DMN Decision.class
class
class
class
class
Specialization of the Start Event for Event Sub-Processes.class
implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.class
Implements behavior of external task activities, i.e.class
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.class
super class for all gateway activity implementations.class
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.class
class
class
class
class
class
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
Abstract Multi Instance Behavior: used for both parallel and sequential multi instance implementation.class
class
implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).class
Implementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.class
class
A receive task is a wait state that waits for the receival of some message.class
ActivityBehavior
implementation of the BPMN 2.0 script task.class
class
ActivityBehavior
used when 'delegateExpression' is used for a serviceTask.class
ActivityBehavior that evaluates an expression when executed.class
class
class
Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.class
Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.class
The BPMN terminate End Event.class
The activity behavior for an intermediate throwing escalation event and an escalation end event.class
Defines activity behavior for signal end event and intermediate throw signal event.class
activity implementation for the user task.Modifier and TypeFieldDescriptionprotected ActivityBehavior
CustomActivityBehavior.delegateActivityBehavior
Modifier and TypeMethodDescriptionprotected ActivityBehavior
ClassDelegateActivityBehavior.getActivityBehaviorInstance
(ActivityExecution execution) protected ActivityBehavior
ServiceTaskDelegateExpressionActivityBehavior.getActivityBehaviorInstance
(ActivityExecution execution, Object delegateInstance) CustomActivityBehavior.getDelegateActivityBehavior()
-
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.bpmn.delegate
Modifier and TypeFieldDescriptionprotected final ActivityBehavior
ActivityBehaviorInvocation.behaviorInstance
ModifierConstructorDescriptionActivityBehaviorInvocation
(ActivityBehavior behaviorInstance, ActivityExecution execution) -
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeMethodDescriptionprotected ActivityBehavior
BpmnParse.parseBoundaryCancelEventDefinition
(Element cancelEventDefinition, ActivityImpl activity) -
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.migration.validation.activity
Modifier and TypeFieldDescriptionstatic List<Class<? extends ActivityBehavior>>
SupportedActivityValidator.SUPPORTED_ACTIVITY_BEHAVIORS
-
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.pvm
Modifier and TypeMethodDescriptionPvmActivity.getActivityBehavior()
The inner behavior of an activity.Modifier and TypeMethodDescriptionProcessDefinitionBuilder.behavior
(ActivityBehavior activityBehaviour) -
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegate
Modifier and TypeInterfaceDescriptioninterface
interface
When a (scope) activity behavior implements this behavior, its scope execution is notified in case of an external modification about the following: the scope execution is newly created a new concurrent execution is created in that scope a concurrent execution is removed in that scopeinterface
interface
behavior for activities that delegate to a complete separate execution of a process definition. -
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeFieldDescriptionprotected ActivityBehavior
ActivityImpl.activityBehavior
the inner behavior of an activity.Modifier and TypeMethodDescriptionvoid
ActivityImpl.setActivityBehavior
(ActivityBehavior activityBehavior) -
Uses of ActivityBehavior in org.camunda.bpm.engine.impl.util
Modifier and TypeMethodDescriptionstatic ActivityBehavior
ActivityBehaviorUtil.getActivityBehavior
(PvmExecutionImpl execution) -
Uses of ActivityBehavior in org.camunda.bpm.engine.spring.components.registry
Modifier and TypeClassDescriptionclass
this class records and manages all knownorg.camunda.bpm.engine.annotations.State
- responding beans in the JVM. -
Uses of ActivityBehavior in org.camunda.connect.plugin.impl