Uses of Class
org.outerj.daisy.repository.VersionState

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

Uses of VersionState in org.outerj.daisy.repository
 

Fields in org.outerj.daisy.repository declared as VersionState
static VersionState VersionState.DRAFT
           
static VersionState VersionState.PUBLISH
           
 

Methods in org.outerj.daisy.repository that return VersionState
static VersionState VersionState.fromString(java.lang.String name)
           
static VersionState VersionState.getByCode(java.lang.String code)
           
 VersionState Document.getNewVersionState()
          See Document.setNewVersionState(VersionState).
 VersionState Version.getState()
          Returns the current state of this version.
 

Methods in org.outerj.daisy.repository with parameters of type VersionState
 void Document.setNewVersionState(VersionState versionState)
          Sets the VersionState that should be used if a new version is created when saving the document.
 void Version.setState(VersionState state)
          Changes the state of this version.
 



Copyright © -2012 . All Rights Reserved.