Uses of Interface
org.outerj.daisy.repository.Version

Packages that use Version
org.outerj.daisy.repository Core API for accessing the repository, and creating and modifying documents in it. 
 

Uses of Version in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return Version
 Version[] Versions.getArray()
           
 Version Document.getVersion(long id)
          Returns the requested version.
 Version Document.getLastVersion()
          Returns the Version object for the last stored version, or null for unsaved documents.
 Version Document.getLiveVersion()
          Returns the live version of this document, or null if there is none.
 



Copyright © -2005 . All Rights Reserved.