Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.bpmn.activities | |
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
BpmnTask |
IUmlModel.createBpmnTask()
Create a BpmnTask.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnBusinessRuleTask
BpmnBusinessRuleTask v0.0.9054
A Business Rule Task provides a mechanism for the Process to provide input to a Business Rules Engine and to get the output of calculations that the Business Rules Engine might provide.
|
interface |
BpmnManualTask
BpmnManualTask v0.0.9054
A Manual Task is a Task that is expected to be performed without the aid of any business process execution engine or any application.
|
interface |
BpmnReceiveTask
BpmnReceiveTask v0.0.9054
A Receive Task is a simple Task that is designed to wait for a Message to arrive from an external Participant (relative to the Process).
|
interface |
BpmnScriptTask
BpmnScriptTask v0.0.9054
A Script Task is executed by a business process engine.
|
interface |
BpmnSendTask
BpmnSendTask v0.0.9054
A Send Task is a simple Task that is designed to send a Message to an external Participant (relative to the Process).
|
interface |
BpmnServiceTask
BpmnServiceTask v0.0.9054
A Service Task is a Task that uses some sort of service, which could be a Web service or an automated application.
|
interface |
BpmnUserTask
BpmnUserTask v0.0.9054
A User Task is a typical "workflow" Task where a human performer performs the Task with the assistance of a software application and is scheduled through a task list manager of some sort.
|
Modifier and Type | Method and Description |
---|---|
BpmnTask |
BpmnCallActivity.getCalledGlobalTask()
Getter for relation 'BpmnCallActivity->CalledGlobalTask'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
BpmnCallActivity.setCalledGlobalTask(BpmnTask value)
Setter for relation 'BpmnCallActivity->CalledGlobalTask'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
BpmnTask |
IStandardModelFactory.createBpmnTask() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBpmnTask(BpmnTask obj) |
java.lang.Object |
IModelVisitor.visitBpmnTask(BpmnTask obj) |
java.lang.Object |
DefaultModelVisitor.visitBpmnTask(BpmnTask obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBpmnTask(BpmnTask obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBpmnTask(BpmnTask obj) |