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

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

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

Methods in com.sas.drugdev.remote.repository that return FileVersion
static FileVersion FileVersion.fromString(java.lang.String versionStr)
           
 FileVersion FileBean.getVersion()
           
 FileVersion File.getVersion()
          Get the version of this file
 

Constructors in com.sas.drugdev.remote.repository with parameters of type FileVersion
FileBean(NodeId id, FileVersion version)
          Construct a FileBean that points to a particular version of the file with the given id.
FileBean(java.lang.String path, FileVersion version)
          Construct a FileBean that points to a particular version of the file at the given path.