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

Packages that use JobParameter
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 JobParameter in com.sas.hls.job
 

Methods in com.sas.hls.job that return types with arguments of type JobParameter
 Set<JobParameter> CreateJobInfo.getParameters()
           
 Set<JobParameter> Job.getParameters()
          Get the job parameters.
 

Method parameters in com.sas.hls.job with type arguments of type JobParameter
 Job JobService.createJobInWorkspace(String parentPath, String jobName, List<ResourceSpecification> tasks, Set<JobParameter> parameters, boolean createParents)
          Creates a job in the current user's workspace while optionally being able to specify tasks and parameters.
 void CreateJobInfo.setParameters(Set<JobParameter> parameters)
           
 void Job.setParameters(Set<JobParameter> parameters)
          Set the job parameters.
 



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