Uses of Interface
org.camunda.bpm.engine.impl.scripting.engine.Resolver

Packages that use Resolver
org.camunda.bpm.engine.impl.scripting.engine   
 

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

Classes in org.camunda.bpm.engine.impl.scripting.engine that implement Resolver
 class BeansResolverFactory
           
 class VariableScopeResolver
          Bindings implementation using an ExecutionImpl as 'back-end'.
 

Fields in org.camunda.bpm.engine.impl.scripting.engine with type parameters of type Resolver
protected  List<Resolver> ScriptBindings.scriptResolvers
           
 

Methods in org.camunda.bpm.engine.impl.scripting.engine that return Resolver
 Resolver VariableScopeResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver ResolverFactory.createResolver(VariableScope variableScope)
           
 Resolver BeansResolverFactory.createResolver(VariableScope variableScope)
           
 

Constructor parameters in org.camunda.bpm.engine.impl.scripting.engine with type arguments of type Resolver
ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, Bindings wrappedBindings)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.