Class VariableScopeResolver

  • All Implemented Interfaces:
    Resolver

    public class VariableScopeResolver
    extends java.lang.Object
    implements Resolver
    • Field Detail

      • variableScopeKey

        protected java.lang.String variableScopeKey
      • processEngineConfigurationKey

        protected static final java.lang.String processEngineConfigurationKey
        See Also:
        Constant Field Values
      • runtimeServiceKey

        protected static final java.lang.String runtimeServiceKey
        See Also:
        Constant Field Values
      • repositoryServiceKey

        protected static final java.lang.String repositoryServiceKey
        See Also:
        Constant Field Values
      • managementServiceKey

        protected static final java.lang.String managementServiceKey
        See Also:
        Constant Field Values
      • historyServiceKey

        protected static final java.lang.String historyServiceKey
        See Also:
        Constant Field Values
      • KEYS

        protected static final java.util.List<java.lang.String> KEYS
    • Method Detail

      • containsKey

        public boolean containsKey​(java.lang.Object key)
        Specified by:
        containsKey in interface Resolver
      • get

        public java.lang.Object get​(java.lang.Object key)
        Specified by:
        get in interface Resolver