Uses of Class
org.flowable.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Packages that use AbstractBpmnActivityBehavior
Package
Description
Helper classes for testing processes.
-
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.behavior
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.behaviorModifier and TypeClassDescriptionclass
Implementation of the BPMN 2.0 ad-hoc subprocess.class
Activity implementation of the BPMN 2.0 business rule task.class
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).class
Start a CMMN case with the case service taskclass
class
class
Implementation of the BPMN 2.0 event subprocess event registry start event.class
Implementation of the BPMN 2.0 event subprocess message start event.class
Implementation of the BPMN 2.0 event subprocess signal start event.class
Implementation of the BPMN 2.0 event subprocess timer start event.class
Implementation of the event subprocess variable listener start event.class
class
class
class
class
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
class
A receive task is a wait state that waits to receive some message.class
Implementation of the BPMN 2.0 script task.class
Sends an event to the event registryclass
ActivityBehavior
used when 'delegateExpression' is used for a serviceTask.class
ActivityBehavior that evaluates an expression when executed.class
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
class
class
An activity behavior that allows calling Web servicesFields in org.flowable.engine.impl.bpmn.behavior declared as AbstractBpmnActivityBehaviorModifier and TypeFieldDescriptionprotected AbstractBpmnActivityBehavior
MultiInstanceActivityBehavior.innerActivityBehavior
Methods in org.flowable.engine.impl.bpmn.behavior that return AbstractBpmnActivityBehaviorMethods in org.flowable.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehaviorModifier and TypeMethodDescriptionvoid
MultiInstanceActivityBehavior.setInnerActivityBehavior
(AbstractBpmnActivityBehavior innerActivityBehavior) Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type AbstractBpmnActivityBehaviorModifierConstructorDescriptionMultiInstanceActivityBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) ParallelMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior originalActivityBehavior) SequentialMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.helper
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.helperModifier and TypeClassDescriptionclass
Helper class for bpmn constructs that allow class delegation.class
Helper class for bpmn constructs that allow class delegation.class
Helper class for Collection handlers to allow class delegation. -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.http.handler
Subclasses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.http.handlerModifier and TypeClassDescriptionclass
Helper class for HTTP handlers to allow class delegation. -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type AbstractBpmnActivityBehaviorModifier and TypeMethodDescriptionActivityBehaviorFactory.createParallelMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) DefaultActivityBehaviorFactory.createParallelMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) ActivityBehaviorFactory.createSequentialMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) DefaultActivityBehaviorFactory.createSequentialMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) -
Uses of AbstractBpmnActivityBehavior in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type AbstractBpmnActivityBehaviorModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createParallelMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior) TestActivityBehaviorFactory.createSequentialMultiInstanceBehavior
(Activity activity, AbstractBpmnActivityBehavior innerActivityBehavior)