org.outerj.daisy.repository
Interface AvailableVariant
public interface AvailableVariant
Holds information about a variant of a document.
getBranch
Branch getBranch()
throws RepositoryException
- Throws:
RepositoryException
getLanguage
Language getLanguage()
throws RepositoryException
- Throws:
RepositoryException
getBranchId
long getBranchId()
getLanguageId
long getLanguageId()
isRetired
boolean isRetired()
getLiveVersionId
long getLiveVersionId()
- Returns the ID of the live version of this document variant, or -1
if this variant has no live version.
getXml
org.outerx.daisy.x10.AvailableVariantDocument getXml()
getXml
org.outerx.daisy.x10.AvailableVariantDocument getXml(boolean includeVariantNames)
throws RepositoryException
- Throws:
RepositoryException
Copyright © -2012 . All Rights Reserved.