|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IManager
TransformationPrograms from the TP registry.| Method Summary | |
|---|---|
String[] |
getAvailableTransformationProgramIDs()
Returns the available Transformation Program IDs. |
TransformationProgram |
getTransformationProgram(String transformationProgramID)
Returns a TransformationProgram instance by its id. |
TransformationUnit |
getTransformationUnit(String transformationProgramID,
String transformationUnitID)
Returns a TransformationUnit instance by its id. |
void |
publishTransformationProgram(TransformationProgram transformationProgram)
Publishes a Transformation Program to the registry. |
String |
queryTransformationPrograms(String query)
Queries Transformation Programs. |
| Method Detail |
|---|
TransformationProgram getTransformationProgram(String transformationProgramID)
throws Exception
TransformationProgram instance by its id.
transformationProgramID - The id of the Transformation Program.
Exception - If the IManager did not manage to fetch the Transformation Program from the registry.
TransformationUnit getTransformationUnit(String transformationProgramID,
String transformationUnitID)
throws Exception
TransformationUnit instance by its id.
transformationProgramID - The id of the Transformation Program in which the Transformation Unit belongs to.transformationUnitID - The id of the Transformation Unit.
Exception - If the IManager did not manage to fetch the Transformation Unit from the registry.
String[] getAvailableTransformationProgramIDs()
throws Exception
Exception - If the available Transformation Program IDs could not be fetched from the registry.
void publishTransformationProgram(TransformationProgram transformationProgram)
throws Exception
transformationProgram - The Transformation Program instance which will be published.
Exception - If the Transformation Program could not be published.
String queryTransformationPrograms(String query)
throws Exception
query - The query.
Exception - If the query could not be performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||