Class AbstractBusinessContextValueProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> parameters  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Initializes the value provider with the given parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parameters

        protected java.util.Map<java.lang.String,​java.lang.String> parameters
    • Constructor Detail

      • AbstractBusinessContextValueProvider

        public AbstractBusinessContextValueProvider()
    • Method Detail

      • initialize

        public void initialize​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Description copied from interface: IBusinessContextValueProvider
        Initializes the value provider with the given parameters.
        Specified by:
        initialize in interface IBusinessContextValueProvider
        Parameters:
        parameters - the parameters.