Uses of Interface
com.sas.drugdev.remote.repository.Node

Packages that use Node
com.sas.drugdev.remote.repository Provides classes and interfaces for retrieving and writing content and metadata. 
 

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

Subinterfaces of Node in com.sas.drugdev.remote.repository
 interface Container
          Interface representing a Container object in SDD.
 interface File
          Interface representing a file in SDD.
 interface RemoteContainer
          Interface representing a container that lives in the server repository.
 interface RemoteFile
          Interface representing a file that lives in the server repository.
 interface RemoteNode
          Interface representing a node that lives in the server repository.
 

Classes in com.sas.drugdev.remote.repository that implement Node
 class ContainerBean
          Simple bean to represent a container.
 class FileBean
          Simple bean to represent a file.
 class NodeBean
          Simple bean to represent a node.
 

Methods in com.sas.drugdev.remote.repository with parameters of type Node
 RemoteNode RepositoryService.copyNode(Node srcNode, Node destNode)
          Copy the node described by srcNode to destNode.
 void RepositoryService.deleteNode(Node node)
          Delete the node described by the given Node.
 AccessControlList RepositoryService.getAccessControlList(Node node)
          Get the AccessControlList of the given node
 RemoteNode RepositoryService.moveNode(Node srcNode, Node destNode)
          Move the node described by srcNode to destNode.
 RemoteNode RepositoryService.renameNode(Node srcNode, java.lang.String newName)
          Rename the node desribed by srcNode to the newName.