Class ServiceRegistryVariableScopeResolver

java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.script.ServiceRegistryVariableScopeResolver
All Implemented Interfaces:
org.flowable.common.engine.impl.scripting.Resolver

public class ServiceRegistryVariableScopeResolver extends Object implements org.flowable.common.engine.impl.scripting.Resolver
A resolver used within the scripting engine context to resolve various services and variables within a scripting context.
Author:
Micha Kiener
  • Field Details

    • ENGINE_CONFIG_KEY

      protected static final String ENGINE_CONFIG_KEY
      See Also:
    • SERVICE_ENGINE_CONFIG_KEY

      protected static final String SERVICE_ENGINE_CONFIG_KEY
      See Also:
    • serviceRegistryEngineConfiguration

      protected ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration
    • variableContainer

      protected org.flowable.common.engine.api.variable.VariableContainer variableContainer
    • KEYS

      protected static final Set<String> KEYS
  • Constructor Details

    • ServiceRegistryVariableScopeResolver

      public ServiceRegistryVariableScopeResolver(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, org.flowable.common.engine.api.variable.VariableContainer variableContainer)
  • Method Details

    • containsKey

      public boolean containsKey(Object key)
      Specified by:
      containsKey in interface org.flowable.common.engine.impl.scripting.Resolver
    • get

      public Object get(Object key)
      Specified by:
      get in interface org.flowable.common.engine.impl.scripting.Resolver