|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentImpl | |
org.outerj.daisy.repository.commonimpl |
Uses of DocumentImpl in org.outerj.daisy.repository.commonimpl |
Methods in org.outerj.daisy.repository.commonimpl that return DocumentImpl | |
DocumentImpl |
DocumentVariantImpl.IntimateAccess.getDocument()
|
DocumentImpl |
DocumentImpl.IntimateAccess.getDocument()
|
DocumentImpl |
DocumentImpl.getWrappedDocument(DocumentStrategy strategy)
|
DocumentImpl |
CommonRepository.createDocument(java.lang.String name,
long documentTypeId,
long branchId,
long languageId,
AuthenticatedUser user)
|
DocumentImpl |
CommonRepository.createDocument(java.lang.String name,
java.lang.String documentTypeName,
java.lang.String branchName,
java.lang.String languageName,
AuthenticatedUser user)
|
DocumentImpl |
ReadLiveOnlyDocument.getWrappedDocument(DocumentStrategy strategy)
|
DocumentImpl |
DocumentWrapper.getWrappedDocument(DocumentStrategy strategy)
|
Methods in org.outerj.daisy.repository.commonimpl with parameters of type DocumentImpl | |
void |
DocumentStrategy.store(DocumentImpl document)
Stores a document. |
void |
DocumentStrategy.setVersionState(DocumentImpl document,
VersionImpl version,
org.outerj.daisy.repository.VersionState versionState)
|
Constructors in org.outerj.daisy.repository.commonimpl with parameters of type DocumentImpl | |
DocumentVariantImpl(DocumentImpl ownerDocument,
DocumentStrategy documentStrategy,
CommonRepositorySchema repositorySchema,
AuthenticatedUser currentUser,
long documentTypeId,
long branchId,
long languageId)
|
|
ReadLiveOnlyDocument(DocumentImpl delegate,
DocumentStrategy documentStrategy)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |