Uses of Class
com.sas.hls.resource.repository.NewFileCheckinSpecification

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

Methods in com.sas.hls.job that return NewFileCheckinSpecification
 NewFileCheckinSpecification CreateJobInfo.getOutputFileCheckinSpec()
           
 NewFileCheckinSpecification Job.getOutputFileCheckinSpec()
          Get the checkin specification to use for new files created by this job.
 

Methods in com.sas.hls.job with parameters of type NewFileCheckinSpecification
 Job JobService.createJobInWorkspaceAndRepository(CreateJobInfo jobInfo, NewFileCheckinSpecification jobCheckinSpec)
          Creates job in workspace and checks it into the repository
 void CreateJobInfo.setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
           
 void Job.setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
          Set the checkin specification to use for new files created by this job.
 



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