Interface IInstantiatorProjectManager

  • All Known Implementing Classes:
    SPLsManager

    public interface IInstantiatorProjectManager
    Interface for a management class providing information, needed by the instantiators.
    Author:
    El-Sharkawy
    • Method Detail

      • getProjectPath

        java.lang.String getProjectPath​(java.lang.String projectID)
        Returns the path of the project.
        Parameters:
        projectID - The ID of the project, which should be returned.
        Returns:
        The absolute path in the filesystem for this project.
      • getPLPName

        java.lang.String getPLPName​(java.lang.String projectID)
        Returns the Name of a PLP by given ID.
        Parameters:
        projectID - The ID of the project, which name should be returned.
        Returns:
        the name of the PLP
      • getPLP

        IInstantiatorProject getPLP​(java.lang.String projectID)
        Returns PLP by given UUID.
        Parameters:
        projectID - The ID of the project, which should be returned.
        Returns:
        The PLP, or null, if there is no valid reference in same workspace