Uses of Class
com.sas.hls.job.ParameterValue

Packages that use ParameterValue
com.sas.hls.job Provides the classes needed to create, update, and get jobs as well as execute them and get their status 
 

Uses of ParameterValue in com.sas.hls.job
 

Methods in com.sas.hls.job that return types with arguments of type ParameterValue
 Set<ParameterValue> ScheduleJobInfo.getParamValues()
          Get the job parameterValues.
 

Method parameters in com.sas.hls.job with type arguments of type ParameterValue
 void ScheduleJobInfo.setParamValues(Set<ParameterValue> paramValues)
          Sets the job parameterValues.
 JobSubmission JobExecutionService.submitJobInRepository(String jobPath, String version, Set<ParameterValue> params)
          Submits job in the repository.
 JobSubmission JobExecutionService.submitJobInWorkspace(String jobPath, Set<ParameterValue> params)
          Submits job in the current user's workspace.
 



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA