Uses of Interface
se.conciliate.extensions.documents.DocumentSource
Packages that use DocumentSource
Package
Description
API for providing document links from different providers to MT.
Provides utility classes to perform queries against the current workspace.
-
Uses of DocumentSource in se.conciliate.extensions.documents
Methods in se.conciliate.extensions.documents that return DocumentSourceModifier and TypeMethodDescriptionDocumentFilterType.getDocumentSource()
MetaDataType.getDocumentSource()
Document.getSource()
Returns this document's source, the owner of the document.Methods in se.conciliate.extensions.documents with parameters of type DocumentSourceModifier and TypeMethodDescriptionstatic Document
Document.createExisting
(DocumentSource source, String id, Collection<MetaData> data) Creates a document instance representing an existing document that is persisted in its source and thus has an id.static Document
Document.createUnsaved
(DocumentSource source, Collection<MetaData> data) Creates a document instance representing a document that has not yet been persisted to its source and thus does not have a valid id yet.void
DocumentCacheControl.invalidateDocuments
(DocumentSource source, List<String> documentIDs) Remove all the documents in the list that belong to the given source from the cache. -
Uses of DocumentSource in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type DocumentSourceMethod parameters in se.conciliate.extensions.store.query with type arguments of type DocumentSourceModifier and TypeMethodDescriptionMTDocumentSourceQuery.withSources
(Collection<DocumentSource> sources) Selects documents from selected sources.