Interface IBusinessContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String get​(java.lang.String key)
      Gets the value from context property.
      java.util.Set<java.lang.String> getKeySet()
      Returns a Set with the keys contained in this BusinessContext, will bring parent's key set and it's parent's key set if the parent has a business context configured.
    • Method Detail

      • get

        java.lang.String get​(java.lang.String key)
        Gets the value from context property.
        Parameters:
        key - the property´s id.
        Returns:
        the property´s value.
        Since:
        7.0.0
      • getKeySet

        java.util.Set<java.lang.String> getKeySet()
        Returns a Set with the keys contained in this BusinessContext, will bring parent's key set and it's parent's key set if the parent has a business context configured.
        Returns:
        keyset containing this context's keys and this context's parent keys.
        Since:
        7.0.0