Interface IBusinessContextSPI

    • Method Detail

      • getId

        java.lang.String getId()
        Returns the registration id for this business context. This represents the attribute "id" in the context node in the registered xml.
        Since:
        7.0.0
      • getPropertyName

        java.lang.String getPropertyName​(java.lang.String key)
        Returns the name for the registered BusinessContext. The returned value corresponds to the "name" in the context node in the registered xml.
        Parameters:
        key - property id.
        Since:
        7.0.0