public interface IManager
TransformationPrograms from the TP registry.| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2014. All Rights Reserved.