Interface SilverpeasComponentInstanceProvider

  • All Known Implementing Classes:
    DefaultSilverpeasComponentInstanceProvider

    public interface SilverpeasComponentInstanceProvider
    In charge of providing silverpeas component instance.
    Author:
    Yohann Chastagnier
    • Method Detail

      • getComponentName

        String getComponentName​(String componentInstanceId)
        Gets the name of the component from which the specified instance was spawn. The component instance identifier is made up of the name of the component with a local identifier that is peculiar to the type of the component. This method is a centralized way to get the component name from a component instance identifier.
        Parameters:
        componentInstanceId - the unique identifier of the component instance.
        Returns: