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

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

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

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

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

Methods in org.camunda.bpm.engine.impl.scripting 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 with type arguments of type Resolver
ScriptBindings(List<Resolver> scriptResolvers, VariableScope variableScope, Bindings wrappedBindings)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.