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 theidList
in the current repository and current language.Methods in se.conciliate.extensions.store with parameters of type MTDocumentHeaderModifier and TypeMethodDescriptionvoid
MTModel.addDocument
(MTDocumentHeader document) Adds a document to the model.static Document
DocumentBridge.mockDocument
(MTDocumentHeader mtDoc) void
MTModel.removeDocument
(MTDocumentHeader document) Removes a document from the model.void
MTSymbol.removeDocument
(MTDocumentHeader document) Removes a document from the symbol.void
MTWorkspaceHeader.replaceDocuments
(Collection<MTDocumentHeader> documentsToReplace, MTDocumentHeader replaceWith) Goes through all models and symbols and finds any documents indocumentsToReplace
and replaces them withreplaceWith
.MTVariableSubstitution.substituteVariables
(MTDocumentHeader doc) Replaces all occurrences of variables incontent
with their current values.Method parameters in se.conciliate.extensions.store with type arguments of type MTDocumentHeaderModifier and TypeMethodDescriptionvoid
MTWorkspaceHeader.replaceDocuments
(Collection<MTDocumentHeader> documentsToReplace, MTDocumentHeader replaceWith) Goes through all models and symbols and finds any documents indocumentsToReplace
and 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 TypeMethodDescriptionvoid
MTDocumentListener.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)