org.camunda.bpm.engine.impl.scripting
Class BeansResolverFactory
java.lang.Object
org.camunda.bpm.engine.impl.scripting.BeansResolverFactory
- All Implemented Interfaces:
- Resolver, ResolverFactory
public class BeansResolverFactory
- extends Object
- implements ResolverFactory, Resolver
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeansResolverFactory
public BeansResolverFactory()
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.