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

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

public class VariableScopeResolverFactory
extends Object
implements ResolverFactory

Author:
Tom Baeyens

Constructor Summary
VariableScopeResolverFactory()
           
 
Method Summary
 Resolver createResolver(VariableScope<?> variableScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableScopeResolverFactory

public VariableScopeResolverFactory()
Method Detail

createResolver

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


Copyright © 2014 camunda services GmbH. All Rights Reserved.