Uses of Package
org.activiti.engine.impl.bpmn.behavior
-
Classes in org.activiti.engine.impl.bpmn.behavior used by org.activiti.engine.impl.bpmn.behavior Class Description AbstractBpmnActivityBehavior Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.AbstractThrowMessageEventActivityBehavior BoundaryEventActivityBehavior BpmnActivityBehavior Helper class for implementing BPMN 2.0 activities, offering convenience methods specific to BPMN 2.0.FlowNodeActivityBehavior Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.GatewayActivityBehavior super class for all gateway activity implementations.IntermediateCatchEventActivityBehavior MultiInstanceActivityBehavior Implementation of the multi-instance functionality as described in the BPMN 2.0 spec.SubProcessActivityBehavior Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.TaskActivityBehavior Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc. -
Classes in org.activiti.engine.impl.bpmn.behavior used by org.activiti.engine.impl.bpmn.helper Class Description AbstractBpmnActivityBehavior Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.FlowNodeActivityBehavior Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events. -
Classes in org.activiti.engine.impl.bpmn.behavior used by org.activiti.engine.impl.bpmn.parser.factory Class Description AbstractBpmnActivityBehavior Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.AdhocSubProcessActivityBehavior Implementation of the BPMN 2.0 ad-hoc subprocess.BoundaryCancelEventActivityBehavior BoundaryCompensateEventActivityBehavior BoundaryEventActivityBehavior BoundaryMessageEventActivityBehavior BoundarySignalEventActivityBehavior BoundaryTimerEventActivityBehavior CallActivityBehavior Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).CancelEndEventActivityBehavior ErrorEndEventActivityBehavior EventBasedGatewayActivityBehavior EventSubProcessErrorStartEventActivityBehavior Implementation of the BPMN 2.0 event subprocess start event.EventSubProcessMessageStartEventActivityBehavior Implementation of the BPMN 2.0 event subprocess message start event.ExclusiveGatewayActivityBehavior implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.InclusiveGatewayActivityBehavior Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.IntermediateCatchEventActivityBehavior IntermediateCatchMessageEventActivityBehavior IntermediateCatchSignalEventActivityBehavior IntermediateCatchTimerEventActivityBehavior IntermediateThrowCompensationEventActivityBehavior IntermediateThrowMessageEventActivityBehavior IntermediateThrowNoneEventActivityBehavior IntermediateThrowSignalEventActivityBehavior MailActivityBehavior ManualTaskActivityBehavior 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.NoneEndEventActivityBehavior NoneStartEventActivityBehavior implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).ParallelGatewayActivityBehavior Implementation of the Parallel Gateway/AND gateway as defined in the BPMN 2.0 specification.ParallelMultiInstanceBehavior ReceiveTaskActivityBehavior A receive task is a wait state that waits for the receival of some message.ScriptTaskActivityBehavior activity implementation of the BPMN 2.0 script task.SequentialMultiInstanceBehavior ServiceTaskDelegateExpressionActivityBehavior ActivityBehaviorused when 'delegateExpression' is used for a serviceTask.ServiceTaskExpressionActivityBehavior ActivityBehavior that evaluates an expression when executed.ShellActivityBehavior SubProcessActivityBehavior Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.TaskActivityBehavior Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.TerminateEndEventActivityBehavior ThrowMessageEndEventActivityBehavior TransactionActivityBehavior UserTaskActivityBehavior WebServiceActivityBehavior An activity behavior that allows calling Web services -
Classes in org.activiti.engine.impl.bpmn.behavior used by org.activiti.engine.test Class Description AbstractBpmnActivityBehavior Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.AdhocSubProcessActivityBehavior Implementation of the BPMN 2.0 ad-hoc subprocess.BoundaryCancelEventActivityBehavior BoundaryCompensateEventActivityBehavior BoundaryEventActivityBehavior BoundaryMessageEventActivityBehavior BoundarySignalEventActivityBehavior BoundaryTimerEventActivityBehavior CallActivityBehavior Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).CancelEndEventActivityBehavior ErrorEndEventActivityBehavior EventBasedGatewayActivityBehavior EventSubProcessErrorStartEventActivityBehavior Implementation of the BPMN 2.0 event subprocess start event.EventSubProcessMessageStartEventActivityBehavior Implementation of the BPMN 2.0 event subprocess message start event.ExclusiveGatewayActivityBehavior implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.InclusiveGatewayActivityBehavior Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.IntermediateCatchEventActivityBehavior IntermediateCatchMessageEventActivityBehavior IntermediateCatchSignalEventActivityBehavior IntermediateCatchTimerEventActivityBehavior IntermediateThrowCompensationEventActivityBehavior IntermediateThrowMessageEventActivityBehavior IntermediateThrowNoneEventActivityBehavior IntermediateThrowSignalEventActivityBehavior MailActivityBehavior ManualTaskActivityBehavior 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.NoneEndEventActivityBehavior NoneStartEventActivityBehavior implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).ParallelGatewayActivityBehavior Implementation of the Parallel Gateway/AND gateway as defined in the BPMN 2.0 specification.ParallelMultiInstanceBehavior ReceiveTaskActivityBehavior A receive task is a wait state that waits for the receival of some message.ScriptTaskActivityBehavior activity implementation of the BPMN 2.0 script task.SequentialMultiInstanceBehavior ServiceTaskDelegateExpressionActivityBehavior ActivityBehaviorused when 'delegateExpression' is used for a serviceTask.ServiceTaskExpressionActivityBehavior ActivityBehavior that evaluates an expression when executed.ShellActivityBehavior SubProcessActivityBehavior Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.TaskActivityBehavior Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.TerminateEndEventActivityBehavior ThrowMessageEndEventActivityBehavior TransactionActivityBehavior UserTaskActivityBehavior WebServiceActivityBehavior An activity behavior that allows calling Web services