Uses of Class
com.sas.lsaf.execution.job.JobParameter
Packages that use JobParameter
Package
Description
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 JobParameterModifier and TypeMethodDescriptionJob.getParameters()Gets the job parameters.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 JobParameterModifier and TypeMethodDescriptionvoidJob.setParameters(List<JobParameter> parameters) Sets the job parameters.