Class BusinessContext

    • Method Detail

      • getId

        public String getId()
        Description copied from interface: IBusinessContextSPI
        Returns the registration id for this business context. This represents the attribute "id" in the context node in the registered xml.
        Specified by:
        getId in interface IBusinessContextSPI
      • getKeySet

        public Set<String> getKeySet()
        Description copied from interface: IBusinessContext
        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.
        Specified by:
        getKeySet in interface IBusinessContext
        Returns:
        keyset containing this context's keys and this context's parent keys.
      • get

        public String get​(String key)
        Description copied from interface: IBusinessContext
        Gets the value from context property.
        Specified by:
        get in interface IBusinessContext
        Parameters:
        key - the property´s id.
        Returns:
        the property´s value.
      • getPropertyName

        public String getPropertyName​(String key)
        Description copied from interface: IBusinessContextSPI
        Returns the name for the registered BusinessContext. The returned value corresponds to the "name" in the context node in the registered xml.
        Specified by:
        getPropertyName in interface IBusinessContextSPI
        Parameters:
        key - property id.