Interface IBusinessContextSPI

  • All Superinterfaces:
    IBusinessContext
    All Known Implementing Classes:
    BusinessContext

    public interface IBusinessContextSPI
    extends IBusinessContext
    Provides operations to access the business context properties.
    Since:
    7.0.0
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    • Method Detail

      • getId

        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

        String getPropertyName​(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