Uses of Class
com.sas.lsaf.execution.job.ManifestFile
Packages that use ManifestFile
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of ManifestFile in com.sas.lsaf.execution.job
Subclasses of ManifestFile in com.sas.lsaf.execution.jobModifier and TypeClassDescriptionclassThe client representation of a repository file that is referenced in a job manifest file.classThe client representation of a workspace file that is referenced in a job manifest file.Methods in com.sas.lsaf.execution.job that return ManifestFileModifier and TypeMethodDescriptionManifestFileRef.getFile()Gets the file object that represents a file tha tis referenced in a job submission.Manifest.getManifest()Gets the manifest information of the manifest file that is represented by this object.Constructors in com.sas.lsaf.execution.job with parameters of type ManifestFileModifierConstructorDescriptionManifest(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.ManifestFileRef(ManifestFile file) It is not intended or recommended that the consumer of this API construct these objects.ManifestInput(ManifestFile manifestFile, String referencingProgram) It is not intended or recommended that the consumer of this API construct these objects.ManifestJob(ManifestFile manifestFile, String owner, boolean runAsOwner, String description) It is not intended or recommended that the consumer of this API construct these objects.ManifestOutput(ManifestFile manifestFile, String referencingProgram, String checkInErrorMessage) It is not intended or recommended that the consumer of this API construct these objects.ManifestProgram(ManifestFile manifestFile, ManifestProgram.ExecutionStatus executionStatus, Long executionTime, String executionStatusMessage) It is not intended or recommended that the consumer of this API construct these objects.ManifestSystemFile(ManifestFile manifestFile, EngineType type) It is not intended or recommended that the consumer of this API construct these objects.