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

Packages that use JobDescriptor.Tree
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.Tree in com.sas.hls.job
 

Methods in com.sas.hls.job that return JobDescriptor.Tree
 JobDescriptor.Tree JobDescriptor.getTree()
          Get the tree in which this job lives
static JobDescriptor.Tree JobDescriptor.Tree.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobDescriptor.Tree[] JobDescriptor.Tree.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sas.hls.job with parameters of type JobDescriptor.Tree
 void JobDescriptor.setTree(JobDescriptor.Tree tree)
          Set the tree location for this job
 

Constructors in com.sas.hls.job with parameters of type JobDescriptor.Tree
JobDescriptor(String path, String version, JobDescriptor.Tree tree)
          Constructor
 



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