Uses of Class
org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
Packages that use CallableElementParameter Package Description 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 Modifier and Type Method Description protected CallableElementParameterBpmnParse. parseCallableElementProvider(Element parameterElement, java.lang.String ancestorElementId) -
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 Modifier and Type Field Description protected java.util.List<CallableElementParameter>CallableElement. inputsprotected java.util.List<CallableElementParameter>CallableElement. outputsprotected java.util.List<CallableElementParameter>CallableElement. outputsLocalMethods in org.camunda.bpm.engine.impl.core.model that return types with arguments of type CallableElementParameter Modifier and Type Method Description java.util.List<CallableElementParameter>CallableElement. getInputs()java.util.List<CallableElementParameter>CallableElement. getOutputs()java.util.List<CallableElementParameter>CallableElement. getOutputsLocal()Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CallableElementParameter Modifier and Type Method Description voidCallableElement. addInput(CallableElementParameter input)voidCallableElement. addOutput(CallableElementParameter output)voidCallableElement. addOutputLocal(CallableElementParameter output)Method parameters in org.camunda.bpm.engine.impl.core.model with type arguments of type CallableElementParameter Modifier and Type Method Description voidCallableElement. addInputs(java.util.List<CallableElementParameter> inputs)voidCallableElement. addOutputs(java.util.List<CallableElementParameter> outputs)protected VariableMapCallableElement. getVariables(java.util.List<CallableElementParameter> params, VariableScope variableScope)
-