Uses of Class
com.sas.lsaf.execution.job.Manifest.ManifestType
-
Packages that use Manifest.ManifestType Package Description com.sas.lsaf.execution.job 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.ManifestType Modifier and Type Method Description Manifest.ManifestType
Manifest. getManifestType()
Gets the type of the manifest file for the job submission: run in the workspace or in the repository.static Manifest.ManifestType
Manifest.ManifestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Manifest.ManifestType[]
Manifest.ManifestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.execution.job with parameters of type Manifest.ManifestType Constructor Description Manifest(ManifestFile manifest, ManifestJob job, JobSubmission jobSubmission, java.util.List<ManifestProgram> programs, java.util.List<ManifestInput> inputs, java.util.List<ManifestOutput> outputs, OutputFileSpec outputFileSpec, java.util.List<JobParameter> parameters, Manifest.ManifestType manifestType, java.util.List<ManifestSystemFile> logs, java.util.List<ManifestSystemFile> results, ManifestMetrics manifestMetrics, java.lang.Long totalExecutionTime, java.util.List<ManifestExternalReference> externalInputs, java.util.List<ManifestExternalReference> externalOutputs)
It is not intended or recommended that the consumer of this API construct these objects.
-