org.outerj.daisy.query
Interface QueryContext
- All Known Implementing Classes:
- ExtQueryContext
public interface QueryContext
getFieldTypeByName
org.outerj.daisy.repository.schema.FieldType getFieldTypeByName(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getPartTypeByName
org.outerj.daisy.repository.schema.PartType getPartTypeByName(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getDocumentTypeById
org.outerj.daisy.repository.schema.DocumentType getDocumentTypeById(long id)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getDocumentTypeByName
org.outerj.daisy.repository.schema.DocumentType getDocumentTypeByName(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getCollection
org.outerj.daisy.repository.DocumentCollection getCollection(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getUserDisplayName
java.lang.String getUserDisplayName(long userId)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getUserId
long getUserId(java.lang.String login)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getUserLogin
java.lang.String getUserLogin(long userId)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getBranchByName
org.outerj.daisy.repository.variant.Branch getBranchByName(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getLanguageByName
org.outerj.daisy.repository.variant.Language getLanguageByName(java.lang.String name)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getBranch
org.outerj.daisy.repository.variant.Branch getBranch(long branchId)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
getLanguage
org.outerj.daisy.repository.variant.Language getLanguage(long languageId)
throws org.outerj.daisy.repository.RepositoryException
- Throws:
org.outerj.daisy.repository.RepositoryException
Copyright © -2012 . All Rights Reserved.