Uses of Class
org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter
-
Packages that use OutputParameter Package Description 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 Modifier and Type Field Description protected List<OutputParameter>IoMapping. outputParametersMethods in org.camunda.bpm.engine.impl.core.variable.mapping that return types with arguments of type OutputParameter Modifier and Type Method Description List<OutputParameter>IoMapping. getOutputParameters()Methods in org.camunda.bpm.engine.impl.core.variable.mapping with parameters of type OutputParameter Modifier and Type Method Description voidIoMapping. addOutputParameter(OutputParameter param)Method parameters in org.camunda.bpm.engine.impl.core.variable.mapping with type arguments of type OutputParameter Modifier and Type Method Description voidIoMapping. setOuputParameters(List<OutputParameter> outputParameters)
-