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

Packages that use ParameterValueProvider
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cmmn.handler   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.core.variable.mapping   
org.camunda.bpm.engine.impl.core.variable.mapping.value   
org.camunda.bpm.engine.impl.el   
org.camunda.bpm.engine.impl.scripting   
org.camunda.bpm.engine.impl.util   
 

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.createParameterValueProvider(String value, ExpressionManager expressionManager)
           
 

Uses of ParameterValueProvider in org.camunda.bpm.engine.impl.cmmn.handler
 

Methods in org.camunda.bpm.engine.impl.cmmn.handler that return ParameterValueProvider
protected  ParameterValueProvider ProcessOrCaseTaskItemHandler.createParameterValueProvider(String value, ExpressionManager expressionManager)
           
 

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

Fields in org.camunda.bpm.engine.impl.core.model declared as ParameterValueProvider
protected  ParameterValueProvider CallableElement.businessKeyValueProvider
           
protected  ParameterValueProvider CallableElement.definitionKeyValueProvider
           
protected  ParameterValueProvider CallableElementParameter.sourceValueProvider
           
protected  ParameterValueProvider CallableElement.versionValueProvider
           
 

Methods in org.camunda.bpm.engine.impl.core.model that return ParameterValueProvider
 ParameterValueProvider CallableElement.getBusinessKeyValueProvider()
           
 ParameterValueProvider CallableElement.getDefinitionKeyValueProvider()
           
 ParameterValueProvider CallableElementParameter.getSourceValueProvider()
           
 ParameterValueProvider CallableElement.getVersionValueProvider()
           
 

Methods in org.camunda.bpm.engine.impl.core.model with parameters of type ParameterValueProvider
 void CallableElement.setBusinessKeyValueProvider(ParameterValueProvider businessKeyValueProvider)
           
 void CallableElement.setDefinitionKeyValueProvider(ParameterValueProvider definitionKey)
           
 void CallableElementParameter.setSourceValueProvider(ParameterValueProvider source)
           
 void CallableElement.setVersionValueProvider(ParameterValueProvider version)
           
 

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

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

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

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

Constructors in org.camunda.bpm.engine.impl.core.variable.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.variable.mapping.value
 

Classes in org.camunda.bpm.engine.impl.core.variable.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.variable.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.variable.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.variable.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.variable.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.
 

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

Methods in org.camunda.bpm.engine.impl.util that return ParameterValueProvider
protected static ParameterValueProvider BpmnParseUtil.parseNestedParamValueProvider(Element element)
           
protected static ParameterValueProvider BpmnParseUtil.parseParamValueProvider(Element parameterElement)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.