| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.parser | |
| org.camunda.bpm.engine.impl.core.model |
| Modifier and Type | Method and Description |
|---|---|
static IoMapping |
BpmnParseUtil.parseInputOutput(Element element)
Returns the
IoMapping of an element. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BpmnParse.checkActivityInputOutputSupported(Element activityElement,
ActivityImpl activity,
IoMapping inputOutput) |
static void |
BpmnParseUtil.parseCamundaInputParameters(Element inputOutputElement,
IoMapping ioMapping)
Parses all input parameters of an input output element and adds them to
the
IoMapping. |
static void |
BpmnParseUtil.parseCamundaOutputParameters(Element inputOutputElement,
IoMapping ioMapping)
Parses all output parameters of an input output element and adds them to
the
IoMapping. |
static void |
BpmnParseUtil.parseInputParameterElement(Element inputParameterElement,
IoMapping ioMapping)
Parses a input parameter and adds it to the
IoMapping. |
static void |
BpmnParseUtil.parseOutputParameterElement(Element outputParameterElement,
IoMapping ioMapping)
Parses a output parameter and adds it to the
IoMapping. |
| Modifier and Type | Field and Description |
|---|---|
protected IoMapping |
CoreActivity.ioMapping |
| Modifier and Type | Method and Description |
|---|---|
IoMapping |
CoreActivity.getIoMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreActivity.setIoMapping(IoMapping ioMapping) |
Copyright © 2013–2021 camunda services GmbH. All rights reserved.