Package com.sas.drugdev.remote.sas

Provides classes and interfaces for publishing and examining an SDD process.

See:
          Description

Interface Summary
SASService The SASService provides a way to publish and examine an SDD process.
 

Class Summary
ProcessFileParameter Class used to represent a file parameter to be used by a Process
ProcessFolderParameter Class used to represent a Folder parameter in an SDD process
ProcessIgnoredParameter Class representing a parameter type that was ignored by the server for any reason.
ProcessInputFileParameter Class used to represent an Input File parameter in an SDD process
ProcessListFileParameter Class used to represent an Output File parameter in an SDD process
ProcessLogFileParameter Class used to represent an Output File parameter in an SDD process
ProcessOutputFileParameter Class used to represent an Output File parameter in an SDD process
ProcessParameter Abstract class representing an SDD Process Parameter in the SDD instance.
ProcessParmFileParameter Class used to represent an Output File parameter in an SDD process
ProcessPathParameter Abstract class used to represent a path parameter in an SDD process
ProcessPgmFileParameter Class used to represent an Output File parameter in an SDD process
ProcessSystemFileParameter Class used to represent an Output File parameter in an SDD process
ProcessUnknownParameter Class used to represent a parameter in an SDD process that does not have an associated a parameter class associated with a specific type (i.e.
 

Exception Summary
InvalidParameterException The InvalidParameterException is thrown when the user attempts to publish an SDD process and parameter information cannot be resolved.
InvalidProcessException The InvalidProcessException is thrown when the user attempts to publish an SDD process and the type on the FileBean is not process.
 

Package com.sas.drugdev.remote.sas Description

Provides classes and interfaces for publishing and examining an SDD process.