Uses of Interface
org.operaton.bpm.engine.impl.pvm.delegate.SignallableActivityBehavior
Packages that use SignallableActivityBehavior
Package
Description
-
Uses of SignallableActivityBehavior in org.operaton.bpm.engine.impl.bpmn.behavior
Classes in org.operaton.bpm.engine.impl.bpmn.behavior that implement SignallableActivityBehaviorModifier 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. all service-task-like activities that have operaton:type="external".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 SignallableActivityBehavior in org.operaton.bpm.engine.impl.bpmn.delegate
Fields in org.operaton.bpm.engine.impl.bpmn.delegate declared as SignallableActivityBehaviorModifier and TypeFieldDescriptionprotected SignallableActivityBehaviorActivityBehaviorSignalInvocation.behaviorInstanceConstructors in org.operaton.bpm.engine.impl.bpmn.delegate with parameters of type SignallableActivityBehaviorModifierConstructorDescriptionActivityBehaviorSignalInvocation(SignallableActivityBehavior behaviorInstance, ActivityExecution execution, String signalName, Object signalData) -
Uses of SignallableActivityBehavior in org.operaton.bpm.engine.spring.components.registry
Classes in org.operaton.bpm.engine.spring.components.registry that implement SignallableActivityBehaviorModifier and TypeClassDescriptionclassthis class records and manages all known- responding beans in the JVM.invalid reference
org.operaton.bpm.engine.annotations.State -
Uses of SignallableActivityBehavior in org.operaton.connect.plugin.impl
Classes in org.operaton.connect.plugin.impl that implement SignallableActivityBehavior