Uses of Class
com.sas.drugdev.remote.sas.InvalidProcessException

Packages that use InvalidProcessException
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
 

Uses of InvalidProcessException in com.sas.drugdev.remote.sas
 

Methods in com.sas.drugdev.remote.sas that throw InvalidProcessException
 RemoteFile SASService.publishProcess(FileBean processFile, java.util.List parameters)
          Takes the SAS code contents on the FileBean and the associated list of parameters and saves it to SDD as a process.
 java.util.List SASService.getProcessParameters(File file)
          Gets the parameters as defined in the current SDD process.