Uses of Class
com.sas.hls.job.JobDescriptor

Packages that use JobDescriptor
com.sas.hls.job Provides the classes needed to create, update, and get jobs as well as execute them and get their status 
 

Uses of JobDescriptor in com.sas.hls.job
 

Subclasses of JobDescriptor in com.sas.hls.job
 class Job
          The client representation of a job.
 

Methods in com.sas.hls.job that return JobDescriptor
 JobDescriptor ScheduleJobInfo.getJob()
          Get the light-weight representation of the job to run
 

Methods in com.sas.hls.job with parameters of type JobDescriptor
 void ScheduleJobInfo.setJob(JobDescriptor job)
          Set the light-weight representation of the job to run
 

Constructors in com.sas.hls.job with parameters of type JobDescriptor
ScheduleJobInfo(JobDescriptor job)
           
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA