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. 
org.outerj.daisy.repository.query API for querying the repository using the Daisy Query Language. 
 

Uses of Version in org.outerj.daisy.repository
 

Methods in org.outerj.daisy.repository that return Version
 Version[] Versions.getArray()
           
 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.
 Version Document.getVersion(long id)
          Returns the requested version.
 

Uses of Version in org.outerj.daisy.repository.query
 

Methods in org.outerj.daisy.repository.query that return Version
 Version EvaluationContext.getContextVersion()
           
 

Methods in org.outerj.daisy.repository.query with parameters of type Version
 boolean PredicateExpression.evaluate(Document document, Version version)
          The version argument is optional, if not present (null) version-dependent information will be taken from the document object.
 void EvaluationContext.setContextDocument(Document document, Version version)
           
 



Copyright © -2012 . All Rights Reserved.