Uses of Class
org.apache.airavata.experiment.execution.OutputDataSettings

Uses of OutputDataSettings in org.apache.airavata.experiment.execution
 

Fields in org.apache.airavata.experiment.execution with type parameters of type OutputDataSettings
 List<OutputDataSettings> WorkflowOutputDataSettings.outputDataSettingsList
           
 

Methods in org.apache.airavata.experiment.execution that return OutputDataSettings
 OutputDataSettings OutputDataSettings.deepCopy()
           
 OutputDataSettings OutputDataSettings.setDataRegURL(String dataRegURL)
           
 OutputDataSettings OutputDataSettings.setIsdataPersisted(boolean isdataPersisted)
           
 OutputDataSettings OutputDataSettings.setNodeID(String nodeID)
           
 OutputDataSettings OutputDataSettings.setOutputdataDir(String outputdataDir)
           
 

Methods in org.apache.airavata.experiment.execution that return types with arguments of type OutputDataSettings
 List<OutputDataSettings> WorkflowOutputDataSettings.getOutputDataSettingsList()
           
 Iterator<OutputDataSettings> WorkflowOutputDataSettings.getOutputDataSettingsListIterator()
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type OutputDataSettings
 void WorkflowOutputDataSettings.addToOutputDataSettingsList(OutputDataSettings elem)
           
 int OutputDataSettings.compareTo(OutputDataSettings other)
           
 boolean OutputDataSettings.equals(OutputDataSettings that)
           
 

Method parameters in org.apache.airavata.experiment.execution with type arguments of type OutputDataSettings
 WorkflowOutputDataSettings WorkflowOutputDataSettings.setOutputDataSettingsList(List<OutputDataSettings> outputDataSettingsList)
           
 

Constructors in org.apache.airavata.experiment.execution with parameters of type OutputDataSettings
OutputDataSettings(OutputDataSettings other)
          Performs a deep copy on other.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.