Uses of Class
com.sas.lsaf.execution.job.JobSubmission
Packages that use JobSubmission
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of JobSubmission in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobSubmissionModifier and TypeMethodDescriptionJobSubmissionService.getJobSubmission(String id) Gets the current job submission for a specific submission of a job.Manifest.getJobSubmission()Gets the job submission details at the time of the job submission.JobSubmissionService.getJobSubmissionBySession(String sessionId) Gets theJobSubmission, which contains job information and the job execution status for the job that created the session.JobSubmissionService.getLatestJobSubmissionByJobPath(String path) Gets the latest job submission entry for the repository job by the job path.JobSubmissionService.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.Methods in com.sas.lsaf.execution.job that return types with arguments of type JobSubmissionModifier and TypeMethodDescriptionJobSubmissionService.getJobSubmissionsByJobPath(String path) Gets job submission entries for the repository job by the job path.Constructors in com.sas.lsaf.execution.job with parameters of type JobSubmissionModifierConstructorDescriptionManifest(ManifestFile manifest, ManifestJob job, JobSubmission jobSubmission, List<ManifestProgram> programs, List<ManifestInput> inputs, List<ManifestOutput> outputs, OutputFileSpec outputFileSpec, List<JobParameter> parameters, Manifest.ManifestType manifestType, List<ManifestSystemFile> logs, List<ManifestSystemFile> results, ManifestMetrics manifestMetrics, Long totalExecutionTime, List<ManifestExternalReference> externalInputs, List<ManifestExternalReference> externalOutputs) It is not intended or recommended that the consumer of this API construct these objects.