Uses of Interface
se.conciliate.extensions.store.MTDocumentHeader
Packages that use MTDocumentHeader
Package
Description
Provides a means to create, retrieve, update and delete all different 
 persistently stored objects.
Provide a means to listen to changes in the stores.
Provides interfaces to select content of different types.
- 
Uses of MTDocumentHeader in se.conciliate.extensions.store
Subinterfaces of MTDocumentHeader in se.conciliate.extensions.storeMethods in se.conciliate.extensions.store that return types with arguments of type MTDocumentHeaderModifier and TypeMethodDescriptionMTDocumentStore.findDocumentHeaders(List<Long> idList) Finds documents in the current repository from a list of document ID:s, as headers.MTModelHeader.findDocumentHeaders()Finds the documents connected to this model as headers.MTRepositoryHeader.findDocumentHeaders()Finds all documents in this repository as headers.MTSymbolHeader.findDocumentHeaders()Finds all documents connected to this symbol, as headers.MTRepositoryHeader.findDocuments(List<Long> ids) Returns a list of document headers with the ids of the supplied list.MTDocumentStore.findDocumentsWithContent(MTRepository repo, MTLanguage lang, String content, int maxResult) Finds the documents with the given content.MTDocumentStore.findDuplicateDocumentHeaders()Finds duplicates for the documents in the current repository and current language.MTDocumentStore.findDuplicateDocumentHeaders(List<Long> idList) Finds duplicates for the documents specified by theidListin the current repository and current language.Methods in se.conciliate.extensions.store with parameters of type MTDocumentHeaderModifier and TypeMethodDescriptionvoidMTModel.addDocument(MTDocumentHeader document) Adds a document to the model.static DocumentDocumentBridge.mockDocument(MTDocumentHeader mtDoc) voidMTModel.removeDocument(MTDocumentHeader document) Removes a document from the model.voidMTSymbol.removeDocument(MTDocumentHeader document) Removes a document from the symbol.voidMTWorkspaceHeader.replaceDocuments(Collection<MTDocumentHeader> documentsToReplace, MTDocumentHeader replaceWith) Goes through all models and symbols and finds any documents indocumentsToReplaceand replaces them withreplaceWith.MTVariableSubstitution.substituteVariables(MTDocumentHeader doc) Replaces all occurrences of variables incontentwith their current values.Method parameters in se.conciliate.extensions.store with type arguments of type MTDocumentHeaderModifier and TypeMethodDescriptionvoidMTWorkspaceHeader.replaceDocuments(Collection<MTDocumentHeader> documentsToReplace, MTDocumentHeader replaceWith) Goes through all models and symbols and finds any documents indocumentsToReplaceand replaces them withreplaceWith. - 
Uses of MTDocumentHeader in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event that return MTDocumentHeaderModifier and TypeMethodDescriptionDocumentChangeEvent.getSource()Returns the document affected by the change.Methods in se.conciliate.extensions.store.event with parameters of type MTDocumentHeaderModifier and TypeMethodDescriptionvoidMTDocumentListener.documentRemoved(MTDocumentHeader removed, MTRepository repository) Called when a document is removed. - 
Uses of MTDocumentHeader in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type MTDocumentHeaderModifier and TypeMethodDescriptiondefault SingleSelector<MTDocumentHeader>ContentSelectorFactory.createSingleDocumentSelector()ContentSelectorFactory.createSingleDocumentSelector(boolean allowMultiSelection)