Uses of Interface
org.activiti.engine.impl.delegate.TriggerableActivityBehavior
Packages that use TriggerableActivityBehavior
-
Uses of TriggerableActivityBehavior in org.activiti.engine.impl.bpmn.behavior
Classes in org.activiti.engine.impl.bpmn.behavior that implement TriggerableActivityBehaviorModifier 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.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.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 TriggerableActivityBehavior in org.activiti.engine.impl.bpmn.helper
Classes in org.activiti.engine.impl.bpmn.helper that implement TriggerableActivityBehaviorModifier and TypeClassDescriptionclassHelper class for bpmn constructs that allow class delegation.