Uses of Class
com.sas.lsaf.execution.job.ParameterValue
Packages that use ParameterValue
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
Service and class definitions to manage schedules.
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of ParameterValue in com.sas.lsaf.execution.job
Method parameters in com.sas.lsaf.execution.job with type arguments of type ParameterValueModifier and TypeMethodDescriptionJobSubmissionService.submitAndPopulateWorkspaceJob(String path, List<ParameterValue> parameterValues, boolean useRelativePaths) Submits the job in the workspace and updates the input and output specifications in the job based on inputs and outputs that are accessed during the job run.JobSubmissionService.submitRepositoryJob(String path, String version, List<ParameterValue> parameterValues) Submits the job in the repository.JobSubmissionService.submitTestJob(String path, List<ParameterValue> parameterValues) Submits the job as it would for a published job, which accesses items in the repository, but outputs are not checked in.JobSubmissionService.submitWorkspaceJob(String path, List<ParameterValue> parameterValues) Submits the job in the current user's workspace. -
Uses of ParameterValue in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return types with arguments of type ParameterValueModifier and TypeMethodDescriptionScheduleJobInfo.getParameterValues()Gets the job parameter values.Method parameters in com.sas.lsaf.schedule with type arguments of type ParameterValueModifier and TypeMethodDescriptionvoidScheduleJobInfo.setParameterValues(List<ParameterValue> parameterValues) Sets the job parameterValues.Constructor parameters in com.sas.lsaf.schedule with type arguments of type ParameterValueModifierConstructorDescriptionScheduleJobInfo(Job job, List<ParameterValue> parameterValues) The constructor that specifies the job and parameter values to use when the job is submitted.ScheduleJobInfo(String path, String version, SourceLocation sourceLocation, List<ParameterValue> parameterValues) The constructor that specifies the job path, job version, source location and override job parameter values. -
Uses of ParameterValue in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return types with arguments of type ParameterValueModifier and TypeMethodDescriptionJobTaskSetup.getParameterValues()Get the parameter values that override the default parameter values in the job.Method parameters in com.sas.lsaf.workflow.processflow.setup with type arguments of type ParameterValueModifier and TypeMethodDescriptionvoidJobTaskSetup.setParameterValues(List<ParameterValue> parameterValues) Sets the parameter values that override the default parameter values in the job. -
Uses of ParameterValue in com.sas.lsaf.workflow.task
Methods in com.sas.lsaf.workflow.task that return types with arguments of type ParameterValueModifier and TypeMethodDescriptionCompletedJobTask.getParameterValues()Gets the parameter values that were used to run the job with the task.JobTask.getParameterValues()Gets the parameter values that override the default parameter values in the job.