Uses of Interface
org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior
Packages that use CoreActivityBehavior
Package
Description
-
Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement CoreActivityBehaviorModifier and TypeClassDescriptionclassDenotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.classclassThe BPMN Boundary Event.classclassImplementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).classSee CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation.classclassImplementation to create a newCaseInstanceusing the BPMN 2.0 call activityclassHelper class for bpmn constructs that allow class delegation.classBehavior for a compensation end event.classclassImplementation of a Bpmn BusinessRuleTask executing a DMN Decision.classclassclassclassclassSpecialization of the Start Event for Event Sub-Processes.classimplementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.classImplements behavior of external task activities, i.e.classSuperclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.classsuper class for all gateway activity implementations.classImplementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.classclassclassclassclassclassImplementation 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.classAbstract Multi Instance Behavior: used for both parallel and sequential multi instance implementation.classclassimplementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).classImplementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.classclassA receive task is a wait state that waits for the receival of some message.classActivityBehaviorimplementation of the BPMN 2.0 script task.classclassActivityBehaviorused when 'delegateExpression' is used for a serviceTask.classActivityBehavior that evaluates an expression when executed.classclassclassImplementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.classParent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.classThe BPMN terminate End Event.classThe activity behavior for an intermediate throwing escalation event and an escalation end event.classDefines activity behavior for signal end event and intermediate throw signal event.classactivity implementation for the user task. -
Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.cmmn.behavior
Subinterfaces of CoreActivityBehavior in org.camunda.bpm.engine.impl.cmmn.behaviorModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.camunda.bpm.engine.impl.cmmn.behavior that implement CoreActivityBehaviorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.core.model
Methods in org.camunda.bpm.engine.impl.core.model that return CoreActivityBehaviorModifier and TypeMethodDescriptionabstract CoreActivityBehavior<? extends BaseDelegateExecution>CoreActivity.getActivityBehavior() -
Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of CoreActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceWhen 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 scopeinterfaceinterfacebehavior for activities that delegate to a complete separate execution of a process definition. -
Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.pvm.process
Methods in org.camunda.bpm.engine.impl.pvm.process that return CoreActivityBehaviorModifier and TypeMethodDescriptionCoreActivityBehavior<? extends BaseDelegateExecution>ProcessDefinitionImpl.getActivityBehavior() -
Uses of CoreActivityBehavior in org.camunda.bpm.engine.spring.components.registry
Classes in org.camunda.bpm.engine.spring.components.registry that implement CoreActivityBehaviorModifier and TypeClassDescriptionclassthis class records and manages all knownorg.camunda.bpm.engine.annotations.State- responding beans in the JVM. -
Uses of CoreActivityBehavior in org.camunda.connect.plugin.impl
Classes in org.camunda.connect.plugin.impl that implement CoreActivityBehavior