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

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

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

Subclasses of NodeBean in com.sas.drugdev.remote.repository
 class ContainerBean
          Simple bean to represent a container.
 class FileBean
          Simple bean to represent a file.
 

Methods in com.sas.drugdev.remote.repository with parameters of type NodeBean
 RemoteNode RepositoryService.getNode(NodeBean node)
          Get the RemoteNode specified by the given NodeBean.
 boolean RepositoryService.nodeExists(NodeBean node)
          Test whether the node described by the given NodeBean exists.
 RemoteNode RepositoryService.updateNode(NodeBean nodeBean)
          Apply the changes that have been made on the given Node on the server side.