Uses of Interface
org.operaton.bpm.engine.impl.pvm.delegate.ActivityBehavior
Packages that use ActivityBehavior
Package
Description
-
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.bpmn.behavior
Classes in org.operaton.bpm.engine.impl.bpmn.behavior that implement ActivityBehaviorModifier 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.Fields in org.operaton.bpm.engine.impl.bpmn.behavior declared as ActivityBehaviorModifier and TypeFieldDescriptionprotected ActivityBehaviorCustomActivityBehavior.delegateActivityBehaviorMethods in org.operaton.bpm.engine.impl.bpmn.behavior that return ActivityBehaviorModifier and TypeMethodDescriptionprotected ActivityBehaviorClassDelegateActivityBehavior.getActivityBehaviorInstance(ActivityExecution execution) protected ActivityBehaviorServiceTaskDelegateExpressionActivityBehavior.getActivityBehaviorInstance(ActivityExecution execution, Object delegateInstance) CustomActivityBehavior.getDelegateActivityBehavior()Constructors in org.operaton.bpm.engine.impl.bpmn.behavior with parameters of type ActivityBehavior -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.bpmn.delegate
Fields in org.operaton.bpm.engine.impl.bpmn.delegate declared as ActivityBehaviorModifier and TypeFieldDescriptionprotected final ActivityBehaviorActivityBehaviorInvocation.behaviorInstanceConstructors in org.operaton.bpm.engine.impl.bpmn.delegate with parameters of type ActivityBehaviorModifierConstructorDescriptionActivityBehaviorInvocation(ActivityBehavior behaviorInstance, ActivityExecution execution) -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.bpmn.parser
Methods in org.operaton.bpm.engine.impl.bpmn.parser that return ActivityBehaviorModifier and TypeMethodDescriptionprotected ActivityBehaviorBpmnParse.parseBoundaryCancelEventDefinition(Element cancelEventDefinition, ActivityImpl activity) -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.migration.validation.activity
Fields in org.operaton.bpm.engine.impl.migration.validation.activity with type parameters of type ActivityBehaviorModifier and TypeFieldDescriptionstatic final List<Class<? extends ActivityBehavior>> SupportedActivityValidator.SUPPORTED_ACTIVITY_BEHAVIORS -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.pvm
Methods in org.operaton.bpm.engine.impl.pvm that return ActivityBehaviorModifier and TypeMethodDescriptionPvmActivity.getActivityBehavior()The inner behavior of an activity.Methods in org.operaton.bpm.engine.impl.pvm with parameters of type ActivityBehaviorModifier and TypeMethodDescriptionProcessDefinitionBuilder.behavior(ActivityBehavior activityBehaviour) -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.pvm.delegate
Subinterfaces of ActivityBehavior in org.operaton.bpm.engine.impl.pvm.delegateModifier and TypeInterfaceDescriptioninterfaceinterfaceWhen 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 ActivityBehavior in org.operaton.bpm.engine.impl.pvm.process
Fields in org.operaton.bpm.engine.impl.pvm.process declared as ActivityBehaviorModifier and TypeFieldDescriptionprotected ActivityBehaviorActivityImpl.activityBehaviorthe inner behavior of an activity.Methods in org.operaton.bpm.engine.impl.pvm.process that return ActivityBehaviorMethods in org.operaton.bpm.engine.impl.pvm.process with parameters of type ActivityBehaviorModifier and TypeMethodDescriptionvoidActivityImpl.setActivityBehavior(ActivityBehavior activityBehavior) -
Uses of ActivityBehavior in org.operaton.bpm.engine.impl.util
Methods in org.operaton.bpm.engine.impl.util that return ActivityBehaviorModifier and TypeMethodDescriptionstatic ActivityBehaviorActivityBehaviorUtil.getActivityBehavior(PvmExecutionImpl execution) -
Uses of ActivityBehavior in org.operaton.bpm.engine.spring.components.registry
Classes in org.operaton.bpm.engine.spring.components.registry that implement ActivityBehaviorModifier and TypeClassDescriptionclassthis class records and manages all known- responding beans in the JVM.invalid reference
org.operaton.bpm.engine.annotations.State -
Uses of ActivityBehavior in org.operaton.connect.plugin.impl
Classes in org.operaton.connect.plugin.impl that implement ActivityBehavior