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

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

Fields in org.apache.airavata.experiment.execution declared as ExperimentAdvanceOptions
 ExperimentAdvanceOptions InterpreterService.runExperiment_args.experimentAdOptions
           
 

Methods in org.apache.airavata.experiment.execution that return ExperimentAdvanceOptions
 ExperimentAdvanceOptions ExperimentAdvanceOptions.deepCopy()
           
 ExperimentAdvanceOptions InterpreterService.runExperiment_args.getExperimentAdOptions()
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setCustomExperimentId(String customExperimentId)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setExecutionUser(String executionUser)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setExperimentName(String experimentName)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setMetadata(String metadata)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setSecuritySettings(SecuritySettings securitySettings)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setWorkflowOutputDataSettings(WorkflowOutputDataSettings workflowOutputDataSettings)
           
 ExperimentAdvanceOptions ExperimentAdvanceOptions.setWorkflowSchedulingSettings(WorkflowSchedulingSettings workflowSchedulingSettings)
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type ExperimentAdvanceOptions
 int ExperimentAdvanceOptions.compareTo(ExperimentAdvanceOptions other)
           
 boolean ExperimentAdvanceOptions.equals(ExperimentAdvanceOptions that)
           
 String InterpreterService.Iface.runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 String InterpreterService.Client.runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 void InterpreterService.AsyncIface.runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void InterpreterService.AsyncClient.runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void InterpreterService.Client.send_runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 InterpreterService.runExperiment_args InterpreterService.runExperiment_args.setExperimentAdOptions(ExperimentAdvanceOptions experimentAdOptions)
           
 

Constructors in org.apache.airavata.experiment.execution with parameters of type ExperimentAdvanceOptions
ExperimentAdvanceOptions(ExperimentAdvanceOptions other)
          Performs a deep copy on other.
InterpreterService.AsyncClient.runExperiment_call(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
InterpreterService.runExperiment_args(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 



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