Uses of Package
com.sas.drugdev.remote.repository

Packages that use com.sas.drugdev.remote.repository
com.sas.drugdev.remote Contains all the necessary classes and interfaces for creating sessions and connecting to the server. 
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
com.sas.drugdev.remote.repository.security Provides classes and interfaces managing permissions for nodes. 
com.sas.drugdev.remote.sas Provides classes and interfaces for publishing and examining an SDD process. 
 

Classes in com.sas.drugdev.remote.repository used by com.sas.drugdev.remote
RepositoryService
          The RepositoryService is the entry point to the content of SDD.
 

Classes in com.sas.drugdev.remote.repository used by com.sas.drugdev.remote.repository
AclRecurseBehavior
          Class representing the behavior of the RepositoryService.updateContainerAccessControlList(AccessControlList, AclRecurseBehavior) method.
Container
          Interface representing a Container object in SDD.
ContainerBean
          Simple bean to represent a container.
ContainerDepth
          Simple class to obtain the container depth.
ContainmentException
          A ContainmentException is thrown when a file or container is created within a container that can't contain that type of node because of the type containment rules.
File
          Interface representing a file in SDD.
FileBean
          Simple bean to represent a file.
FileVersion
          Simple class representing a version of a File.
InvalidNodeBeanException
          The InvalidNodeBeanException can be thrown when certain properties are left off of the NodeBean that are needed to perform an operation.
InvalidNodeException
          The InvalidNodeException is thrown when an Node is passed into a RepositoryService method, but the node doesn't exist.
InvalidTypeException
          The InvalidTypeException is thrown when a method call is expecting one type of Node, but receives another.
InvalidVersionException
          The InvalidVersionException is thrown when a FileBean is constructed pointing to a version that doesn't exist, then passed to a RepositoryService method.
Node
          Interface representing an object in the SDD instance.
NodeBean
          Simple bean to represent a node.
NodeId
          Simple class representing an ID of an Node.
NodeModifiedException
          An NodeModifiedException is thrown when an node is attempted to be update, moved, or copied but has been modified since it was retrieved from the server.
PermissionException
          The PermissionException is thrown when a user attempts to perform a repository operation that they don't have permission to do, such as deleting a node.
RemoteContainer
          Interface representing a container that lives in the server repository.
RemoteFile
          Interface representing a file that lives in the server repository.
RemoteNode
          Interface representing a node that lives in the server repository.
ValidationException
          The ValidationException is thrown when a property is invalid for how it is defined in the type.
 

Classes in com.sas.drugdev.remote.repository used by com.sas.drugdev.remote.repository.security
InvalidTypeException
          The InvalidTypeException is thrown when a method call is expecting one type of Node, but receives another.
RemoteNode
          Interface representing a node that lives in the server repository.
 

Classes in com.sas.drugdev.remote.repository used by com.sas.drugdev.remote.sas
ContainmentException
          A ContainmentException is thrown when a file or container is created within a container that can't contain that type of node because of the type containment rules.
File
          Interface representing a file in SDD.
FileBean
          Simple bean to represent a file.
InvalidNodeBeanException
          The InvalidNodeBeanException can be thrown when certain properties are left off of the NodeBean that are needed to perform an operation.
InvalidNodeException
          The InvalidNodeException is thrown when an Node is passed into a RepositoryService method, but the node doesn't exist.
InvalidTypeException
          The InvalidTypeException is thrown when a method call is expecting one type of Node, but receives another.
PermissionException
          The PermissionException is thrown when a user attempts to perform a repository operation that they don't have permission to do, such as deleting a node.
RemoteFile
          Interface representing a file that lives in the server repository.
ValidationException
          The ValidationException is thrown when a property is invalid for how it is defined in the type.