Uses of Interface
org.camunda.bpm.engine.impl.core.mapping.value.ParameterValueProvider

Packages that use ParameterValueProvider
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.core.mapping   
org.camunda.bpm.engine.impl.core.mapping.value   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.scripting   
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ParameterValueProvider
protected  ParameterValueProvider BpmnParse.parseNestedParamValueProvider(Element element)
           
protected  ParameterValueProvider BpmnParse.parseParamValueProvider(Element parameterElement)
           
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.core.mapping
 

Fields in org.camunda.bpm.engine.impl.core.mapping declared as ParameterValueProvider
protected  ParameterValueProvider IoParameter.valueProvider
          The provider of the parameter value.
 

Methods in org.camunda.bpm.engine.impl.core.mapping that return ParameterValueProvider
 ParameterValueProvider IoParameter.getValueProvider()
           
 

Methods in org.camunda.bpm.engine.impl.core.mapping with parameters of type ParameterValueProvider
 void IoParameter.setValueProvider(ParameterValueProvider valueProvider)
           
 

Constructors in org.camunda.bpm.engine.impl.core.mapping with parameters of type ParameterValueProvider
InputParameter(String name, ParameterValueProvider valueProvider)
           
IoParameter(String name, ParameterValueProvider valueProvider)
           
OutputParameter(String name, ParameterValueProvider valueProvider)
           
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.core.mapping.value
 

Classes in org.camunda.bpm.engine.impl.core.mapping.value that implement ParameterValueProvider
 class ConstantValueProvider
          A constant parameter value.
 class ListValueProvider
           
 class MapValueProvider
           
 class NullValueProvider
           
 

Fields in org.camunda.bpm.engine.impl.core.mapping.value with type parameters of type ParameterValueProvider
protected  List<ParameterValueProvider> ListValueProvider.providerList
           
protected  TreeMap<String,ParameterValueProvider> MapValueProvider.providerMap
           
 

Methods in org.camunda.bpm.engine.impl.core.mapping.value that return types with arguments of type ParameterValueProvider
 List<ParameterValueProvider> ListValueProvider.getProviderList()
           
 TreeMap<String,ParameterValueProvider> MapValueProvider.getProviderMap()
           
 

Method parameters in org.camunda.bpm.engine.impl.core.mapping.value with type arguments of type ParameterValueProvider
 void ListValueProvider.setProviderList(List<ParameterValueProvider> providerList)
           
 void MapValueProvider.setProviderMap(TreeMap<String,ParameterValueProvider> providerMap)
           
 

Constructor parameters in org.camunda.bpm.engine.impl.core.mapping.value with type arguments of type ParameterValueProvider
ListValueProvider(List<ParameterValueProvider> providerList)
           
MapValueProvider(TreeMap<String,ParameterValueProvider> providerMap)
           
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.el
 

Classes in org.camunda.bpm.engine.impl.el that implement ParameterValueProvider
 class ElValueProvider
          Makes it possible to use expression in IoParameter mappings.
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.scripting
 

Classes in org.camunda.bpm.engine.impl.scripting that implement ParameterValueProvider
 class ScriptValueProvider
          Makes it possible to use scripts in IoParameter mappings.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.