Uses of Class
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
Packages that use FlowNodeActivityBehavior
Package
Description
-
Uses of FlowNodeActivityBehavior in org.flowable.engine.impl.bpmn.behavior
Subclasses of FlowNodeActivityBehavior in org.flowable.engine.impl.bpmn.behaviorModifier and TypeClassDescriptionclass
Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.class
Implementation of the BPMN 2.0 ad-hoc subprocess.class
class
class
class
class
class
class
class
class
class
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
class
Start a CMMN case with the case service taskclass
class
class
class
class
class
Implementation of the BPMN 2.0 event subprocess start event.class
Implementation of the BPMN 2.0 event subprocess start event.class
Implementation of the BPMN 2.0 event subprocess start event.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
Implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.class
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
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
Implementation of the multi-instance functionality as described in the BPMN 2.0 spec.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 defined in the BPMN 2.0 specification.class
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
class
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
class
An activity behavior that allows calling Web services -
Uses of FlowNodeActivityBehavior in org.flowable.engine.impl.bpmn.helper
Subclasses of FlowNodeActivityBehavior 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 FlowNodeActivityBehavior in org.flowable.engine.impl.bpmn.http.handler
Subclasses of FlowNodeActivityBehavior in org.flowable.engine.impl.bpmn.http.handlerModifier and TypeClassDescriptionclass
Helper class for HTTP handlers to allow class delegation.