Uses of Class
com.sas.lsaf.execution.job.JobParameter
-
Packages that use JobParameter Package Description com.sas.lsaf.execution.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.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return types with arguments of type JobParameter Modifier and Type Method Description java.util.List<JobParameter>
Job. getParameters()
Gets the job parameters.java.util.List<JobParameter>
Manifest. getParameters()
Gets the parameters that were used at the time of the job submission.Method parameters in com.sas.lsaf.execution.job with type arguments of type JobParameter Modifier and Type Method Description void
Job. setParameters(java.util.List<JobParameter> parameters)
Sets the job parameters.
-