Uses of Class
com.sas.lsaf.execution.job.ManifestExternalReference
-
Packages that use ManifestExternalReference 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 ManifestExternalReference in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return types with arguments of type ManifestExternalReference Modifier and Type Method Description java.util.List<ManifestExternalReference>
Manifest. getExternalInputs()
Gets the job inputs that are not found or are not accessible from the current user's repository or workspace.java.util.List<ManifestExternalReference>
Manifest. getExternalOutputs()
Gets the job outputs that are not found or are not accessible from the current user's repository or workspace.
-