| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.parser | |
| org.camunda.bpm.engine.impl.core.model |
| Modifier and Type | Method and Description |
|---|---|
protected CallableElementParameter |
BpmnParse.parseCallableElementProvider(Element parameterElement) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CallableElementParameter> |
CallableElement.inputs |
protected List<CallableElementParameter> |
CallableElement.outputs |
protected List<CallableElementParameter> |
CallableElement.outputsLocal |
| Modifier and Type | Method and Description |
|---|---|
List<CallableElementParameter> |
CallableElement.getInputs() |
List<CallableElementParameter> |
CallableElement.getOutputs() |
List<CallableElementParameter> |
CallableElement.getOutputsLocal() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallableElement.addInput(CallableElementParameter input) |
void |
CallableElement.addOutput(CallableElementParameter output) |
void |
CallableElement.addOutputLocal(CallableElementParameter output) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallableElement.addInputs(List<CallableElementParameter> inputs) |
void |
CallableElement.addOutputs(List<CallableElementParameter> outputs) |
protected org.camunda.bpm.engine.variable.VariableMap |
CallableElement.getVariables(List<CallableElementParameter> params,
VariableScope variableScope) |
Copyright © 2018 camunda services GmbH. All rights reserved.