|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
VersionState |
Version.getState()
Returns the current state of this version. |
static VersionState |
VersionState.getByCode(java.lang.String code)
|
static VersionState |
VersionState.fromString(java.lang.String name)
|
VersionState |
Document.getNewVersionState()
See Document.setNewVersionState(VersionState). |
| Methods in org.outerj.daisy.repository with parameters of type VersionState | |
void |
Version.setState(VersionState state)
Changes the state of this version. |
void |
Document.setNewVersionState(VersionState versionState)
Sets the VersionState that should be used if a new version is created when saving the document. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||