Uses of Class
org.camunda.bpm.engine.impl.core.model.CallableElementParameter

Packages that use CallableElementParameter
org.camunda.bpm.engine.impl.core.model   
 

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
           
 

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()
           
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type CallableElementParameter
 void CallableElement.addInput(CallableElementParameter input)
           
 void CallableElement.addOutput(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  VariableMap CallableElement.getVariables(List<CallableElementParameter> params, VariableScope variableScope)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.