org.outerj.daisy.repository.serverimpl
Class LocalRepositoryManager.Context
java.lang.Object
org.outerj.daisy.repository.serverimpl.LocalRepositoryManager.Context
- Enclosing class:
- LocalRepositoryManager
public class LocalRepositoryManager.Context
- extends java.lang.Object
Context information for the document implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDataSource
public javax.sql.DataSource getDataSource()
getQueryFactory
public QueryFactory getQueryFactory()
getBlobStore
public BlobStore getBlobStore()
getFullTextIndex
public FullTextIndex getFullTextIndex()
getUserAuthenticator
public UserAuthenticator getUserAuthenticator()
getDocumentSummarizer
public DocumentSummarizer getDocumentSummarizer()
getRepositorySchema
public org.outerj.daisy.repository.commonimpl.schema.CommonRepositorySchema getRepositorySchema()
getCommonRepository
public org.outerj.daisy.repository.commonimpl.CommonRepository getCommonRepository()
getLogger
public org.apache.avalon.framework.logger.Logger getLogger()
getNextDocumentId
public long getNextDocumentId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextCollectionId
public long getNextCollectionId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextDocumentTypeId
public long getNextDocumentTypeId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextPartTypeId
public long getNextPartTypeId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextFieldTypeId
public long getNextFieldTypeId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextLocalizedStringId
public long getNextLocalizedStringId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextCommentId
public long getNextCommentId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextEventId
public long getNextEventId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextUserId
public long getNextUserId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getNextRoleId
public long getNextRoleId()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getLinkExtractor
public org.outerj.daisy.linkextraction.LinkExtractor getLinkExtractor(java.lang.String name)
getLinkExtractors
public org.outerj.daisy.repository.LinkExtractorInfo[] getLinkExtractors()
getPreSaveHooks
public java.util.List getPreSaveHooks()
Copyright © -2012 . All Rights Reserved.