Uses of Class
org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter

Packages that use OutputParameter
org.camunda.bpm.engine.impl.core.variable.mapping   
 

Uses of OutputParameter in org.camunda.bpm.engine.impl.core.variable.mapping
 

Fields in org.camunda.bpm.engine.impl.core.variable.mapping with type parameters of type OutputParameter
protected  List<OutputParameter> IoMapping.outputParameters
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.mapping that return types with arguments of type OutputParameter
 List<OutputParameter> IoMapping.getOutputParameters()
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type OutputParameter
 void IoMapping.addOutputParameter(OutputParameter param)
           
 

Method parameters in org.camunda.bpm.engine.impl.core.variable.mapping with type arguments of type OutputParameter
 void IoMapping.setOuputParameters(List<OutputParameter> outputParameters)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.