|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallableElementParameter | |
|---|---|
| org.camunda.bpm.engine.impl.bpmn.parser | |
| org.camunda.bpm.engine.impl.core.model | |
| Uses of CallableElementParameter in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return CallableElementParameter | |
|---|---|
protected CallableElementParameter |
BpmnParse.parseCallableElementProvider(Element parameterElement)
|
| Uses of CallableElementParameter in org.camunda.bpm.engine.impl.core.model |
|---|
| Fields in org.camunda.bpm.engine.impl.core.model with type parameters of type CallableElementParameter | |
|---|---|
protected List<CallableElementParameter> |
CallableElement.inputs
|
protected List<CallableElementParameter> |
CallableElement.outputs
|
protected List<CallableElementParameter> |
CallableElement.outputsLocal
|
| Methods in org.camunda.bpm.engine.impl.core.model that return types with arguments of type CallableElementParameter | |
|---|---|
List<CallableElementParameter> |
CallableElement.getInputs()
|
List<CallableElementParameter> |
CallableElement.getOutputs()
|
List<CallableElementParameter> |
CallableElement.getOutputsLocal()
|
| Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CallableElementParameter | |
|---|---|
void |
CallableElement.addInput(CallableElementParameter input)
|
void |
CallableElement.addOutput(CallableElementParameter output)
|
void |
CallableElement.addOutputLocal(CallableElementParameter output)
|
| Method parameters in org.camunda.bpm.engine.impl.core.model with type arguments of type CallableElementParameter | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||