Uses of Enum Class
com.sas.lsaf.execution.job.Manifest.ManifestType
Packages that use Manifest.ManifestType
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of Manifest.ManifestType in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return Manifest.ManifestTypeModifier and TypeMethodDescriptionManifest.getManifestType()Gets the type of the manifest file for the job submission: run in the workspace or in the repository.static Manifest.ManifestTypeReturns the enum constant of this class with the specified name.static Manifest.ManifestType[]Manifest.ManifestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.execution.job with parameters of type Manifest.ManifestTypeModifierConstructorDescriptionManifest(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.