Interface IInstantiatorProjectManager
-
- All Known Implementing Classes:
SPLsManager
public interface IInstantiatorProjectManagerInterface for a management class providing information, needed by the instantiators.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IInstantiatorProjectgetPLP(java.lang.String projectID)Returns PLP by given UUID.java.lang.StringgetPLPName(java.lang.String projectID)Returns the Name of a PLP by given ID.java.lang.StringgetProjectPath(java.lang.String projectID)Returns the path of the project.
-
-
-
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
-
-