Uses of Class
com.sas.drugdev.remote.repository.ContainmentException

Packages that use ContainmentException
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
 

Uses of ContainmentException in com.sas.drugdev.remote.repository
 

Methods in com.sas.drugdev.remote.repository that throw ContainmentException
 RemoteNode RepositoryService.moveNode(Node srcNode, Node destNode)
          Move the node described by srcNode to destNode.
 RemoteNode RepositoryService.copyNode(Node srcNode, Node destNode)
          Copy the node described by srcNode to destNode.
 RemoteContainer RepositoryService.createContainer(ContainerBean containerBean)
          Create the container described by the given ContainerBean.
 RemoteFile RepositoryService.createFile(FileBean fileBean)
          Create the file described by the given FileBean.
 

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

Methods in com.sas.drugdev.remote.sas that throw ContainmentException
 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.