Package com.sas.lsaf.execution.job


package com.sas.lsaf.execution.job
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
  • Class
    Description
    The client representation of a job.
    Thrown when the creation of a job encounters a problem.
    Thrown when an attempt is made to create a job that exists.
    Thrown when the definition of the job is not valid.
    The abstract JobInput class that represents the file or folder to transfer when submitting a published job.
    The class that represents the file to transfer when submitting a published job.
    The class that represents the folder to transfer when submitting a published job.
    Thrown when the specified job is not found.
    The client representation of a job parameter.
     
    The class that represents a way to specify the program file to use in a job submission.
    The class that represents the method to check in outputs and, optionally, the locations from which to checkin the outputs.
    The class that represents the folders to check in and the method to check in their content.
    The class that represents the files and folders to transfer for use in a published job submission.
    The class that represents the files to transfer for use in a published job submission.
    The class represents the folders to transfer for use in a published job submission.
    The root class that represents an item to transfer for use in a published job submission.
    The service to create, update, and get jobs.
    The class that represents the job submission object that is used as a token to retrieve the status of a submitted job.
    The types of job submissions.
    Thrown when an error is encountered when executing or attempting to execute a job.
    Thrown when the specified job submission is not found.
    The service that provides methods to execute jobs in the repository and in the user's workspace and to get the status of the submitted job.
    The client representation of the status of a job.
    The valid detailed status values.
    The summary status.
    Thrown when the job cannot be updated.
    The client representation of a job manifest file.
    The manifest type that indicates whether the job was run as a published job in the repository or if it was run in the workspace.
    The class that represents references to items that are not found or are not accessible from the current user's repository or workspace.
    The client representation of a file in a job manifest file.
    Abstract base class for the files that are in a manifest file that exist in the current user's workspace or repository.
    The client representation of an input in a job manifest file.
    The client representation of the job in a job manifest file.
    The class that represents the metrics information for the synchronization of job items.
    The client representation of an output file in a job manifest file.
    The client representation of a program file that is in a job manifest file.
     
    The client representation of a repository file that is referenced in a job manifest file.
    The class that contains synchronization information when running a job.
    The class that represents the files that were generated by the execution environment.
    The client representation of a workspace file that is referenced in a job manifest file.
    The class that represents the information about the method to check in outputs that are generated from a job submission.
    The class that represents a parameter value.
    Thrown when the job submission results are not found.