|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublisherContext
Field Summary | |
---|---|
static long |
NO_VERSION
|
Method Summary | |
---|---|
long |
getBranchId()
|
ContentProcessor |
getContentProcessor()
Returns null if not available. |
org.outerj.daisy.repository.Document |
getDocument()
|
long |
getDocumentId()
|
long |
getLanguageId()
|
java.util.Locale |
getLocale()
|
org.apache.avalon.framework.logger.Logger |
getLogger()
|
PreparedDocuments |
getPreparedDocuments()
Returns null if not available. |
PublisherImpl |
getPublisher()
|
org.outerj.daisy.repository.Repository |
getRepository()
|
java.text.DateFormat |
getTimestampFormat()
|
org.outerj.daisy.repository.VariantKey |
getVariantKey()
|
org.outerj.daisy.repository.Version |
getVersion()
If a live version was requested but the document doesn't have a live version, this method returns null. |
long |
getVersionId()
If a live version was requested but the document doesn't have a live version, this method returns NO_VERSION . |
PublisherVersionMode |
getVersionMode()
|
boolean |
hasDocument()
Returns true if the getDocument and getVersion methods can safely be called. |
boolean |
searchRecursivePrepDocs(long documentId,
long branchId,
long languageId,
java.lang.String pubReqSetName)
|
Field Detail |
---|
static final long NO_VERSION
Method Detail |
---|
java.util.Locale getLocale()
long getDocumentId()
long getBranchId()
long getLanguageId()
long getVersionId() throws org.outerj.daisy.repository.RepositoryException
NO_VERSION
. Otherwise, the actual version number
is returned.
org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.VariantKey getVariantKey()
org.outerj.daisy.repository.Document getDocument() throws org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.RepositoryException
boolean hasDocument()
org.outerj.daisy.repository.Version getVersion() throws org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.RepositoryException
java.text.DateFormat getTimestampFormat()
org.outerj.daisy.repository.Repository getRepository()
org.apache.avalon.framework.logger.Logger getLogger()
PublisherImpl getPublisher()
PreparedDocuments getPreparedDocuments()
ContentProcessor getContentProcessor()
boolean searchRecursivePrepDocs(long documentId, long branchId, long languageId, java.lang.String pubReqSetName)
PublisherVersionMode getVersionMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |