Uses of Class
org.camunda.bpm.engine.impl.cmmn.behavior.CallableElementParameter

Packages that use CallableElementParameter
org.camunda.bpm.engine.impl.cmmn.behavior   
 

Uses of CallableElementParameter in org.camunda.bpm.engine.impl.cmmn.behavior
 

Fields in org.camunda.bpm.engine.impl.cmmn.behavior with type parameters of type CallableElementParameter
protected  List<CallableElementParameter> CallableElement.inputs
           
protected  List<CallableElementParameter> CallableElement.outputs
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return types with arguments of type CallableElementParameter
 List<CallableElementParameter> CallableElement.getInputs()
           
 List<CallableElementParameter> CallableElement.getOutputs()
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type CallableElementParameter
 void CallableElement.addInput(CallableElementParameter input)
           
 void CallableElement.addOutput(CallableElementParameter output)
           
 

Method parameters in org.camunda.bpm.engine.impl.cmmn.behavior with type arguments of type CallableElementParameter
 void CallableElement.addInputs(List<CallableElementParameter> inputs)
           
 void CallableElement.addOutputs(List<CallableElementParameter> outputs)
           
protected  Map<String,Object> ProcessOrCaseTaskActivityBehavior.getVariables(List<CallableElementParameter> params, AbstractVariableScope variableScope)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.