org.camunda.bpm.engine.impl.scripting
Class BeansResolverFactory

java.lang.Object
  extended by org.camunda.bpm.engine.impl.scripting.BeansResolverFactory
All Implemented Interfaces:
Resolver, ResolverFactory

public class BeansResolverFactory
extends Object
implements ResolverFactory, Resolver

Author:
Tom Baeyens

Constructor Summary
BeansResolverFactory()
           
 
Method Summary
 boolean containsKey(Object key)
           
 Resolver createResolver(VariableScope variableScope)
           
 Object get(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansResolverFactory

public BeansResolverFactory()
Method Detail

createResolver

public Resolver createResolver(VariableScope variableScope)
Specified by:
createResolver in interface ResolverFactory

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Resolver

get

public Object get(Object key)
Specified by:
get in interface Resolver


Copyright © 2014 camunda services GmbH. All Rights Reserved.