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

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

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

Methods in com.sas.drugdev.remote.repository that return NodeId
static NodeId NodeId.fromString(java.lang.String string)
          Get an NodeId with the given String.
 NodeId NodeBean.getId()
           
 NodeId Node.getId()
          Get the unique immutable id
 

Constructors in com.sas.drugdev.remote.repository with parameters of type NodeId
FileBean(NodeId id)
          Constructor that takes only an NodeId.
FileBean(NodeId id, FileVersion version)
          Construct a FileBean that points to a particular version of the file with the given id.
ContainerBean(NodeId id)
          Constructor that takes only an NodeId.