Uses of Class
org.activiti.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
Packages that use FlowNodeActivityBehavior
-
Uses of FlowNodeActivityBehavior in org.activiti.engine.impl.bpmn.behavior
Subclasses of FlowNodeActivityBehavior in org.activiti.engine.impl.bpmn.behaviorModifier and TypeClassDescriptionclassDenotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.classclassImplementation of the BPMN 2.0 ad-hoc subprocess.classclassclassclassclassclassclassImplementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).classclassclassclassImplementation of the BPMN 2.0 event subprocess start event.classImplementation of the BPMN 2.0 event subprocess message start event.classimplementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.classsuper class for all gateway activity implementations.classImplementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.classclassclassclassclassclassclassclassclassclassclassclassImplementation 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.classImplementation of the multi-instance functionality as described in the BPMN 2.0 spec.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 defined in the BPMN 2.0 specification.classclassA receive task is a wait state that waits for the receival of some message.classactivity implementation 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.classclassclassclassclassAn activity behavior that allows calling Web services -
Uses of FlowNodeActivityBehavior in org.activiti.engine.impl.bpmn.helper
Subclasses of FlowNodeActivityBehavior in org.activiti.engine.impl.bpmn.helperModifier and TypeClassDescriptionclassHelper class for bpmn constructs that allow class delegation.