org.gcube.datatransformation.datatransformationlibrary.adaptor
Interface DTSAdaptor


public interface DTSAdaptor


Method Summary
 void addPlan(ArrayList<TransformationUnit> transformationUnits, ArrayList<ContentType> contentTypes)
           
 void CreatePlan()
           
 String ExecutePlan()
           
 void finishedAddingPLans()
           
 void setRequirements(String requirements)
           
 void SetScope(String string)
           
 void setTransPlan(TransformationDescription desc)
           
 

Method Detail

addPlan

void addPlan(ArrayList<TransformationUnit> transformationUnits,
             ArrayList<ContentType> contentTypes)
             throws Exception
Throws:
Exception

setTransPlan

void setTransPlan(TransformationDescription desc)

SetScope

void SetScope(String string)

setRequirements

void setRequirements(String requirements)

CreatePlan

void CreatePlan()
                throws Exception
Throws:
Exception

ExecutePlan

String ExecutePlan()
                   throws Exception
Throws:
Exception

finishedAddingPLans

void finishedAddingPLans()


Copyright © 2013. All Rights Reserved.