Uses of Class
se.conciliate.extensions.documents.Document
Packages that use Document
Package
Description
Service for loading data for export and publish.
Package containing various support interfaces for data transfers such as
drag and drop.
API for providing document links from different providers to MT.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides interfaces to select content of different types.
-
Uses of Document in se.conciliate.extensions.content
Methods in se.conciliate.extensions.content with parameters of type DocumentModifier and TypeMethodDescriptionDeprecated. -
Uses of Document in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type DocumentConstructor parameters in se.conciliate.extensions.datatransfer with type arguments of type Document -
Uses of Document in se.conciliate.extensions.documents
Methods in se.conciliate.extensions.documents that return DocumentModifier and TypeMethodDescriptiondefault DocumentDocumentSource.Creator.create()Creates a new default document by callingDocumentSource.Creator.create(String)with the first element returned fromDocumentSource.Creator.getKinds()or null if the result fromDocumentSource.Creator.getKinds()is null or empty.Creates a new document by callingcreateUnsaved(DocumentSource, Collection)with all the necessary meta data.static DocumentDocument.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 DocumentDocument.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.Document.setMetaData(Collection<MetaData> data) Document.setMetaData(MetaData data) Methods in se.conciliate.extensions.documents that return types with arguments of type DocumentModifier and TypeMethodDescriptionDocumentSource.getDocuments(List<String> ids, Collection<? extends MetaDataType<?>> columns) Fetches documents with given id:s.DocumentSource.Remover.remove(Collection<Document> documents) Removes all documents in the collection.Methods in se.conciliate.extensions.documents with parameters of type DocumentModifier and TypeMethodDescriptionvoidDocumentSourceListener.documentAdded(Document added) Called when a document is added/created.voidDocumentSourceListener.documentChanged(Document document) Called when a document has changed.voidDocumentSourceListener.documentRemoved(Document removed) Called when a document is removed.default MetaData.BooleanValueMetaDataType.BooleanMetaDataType.getDefaultValue(Document doc) default TMetaDataType.getDefaultValue(Document doc) DocumentSource.getMetaDataGroups(Document doc) Returns groups for the meta data.default booleanMetaDataType.isEditable(Document doc) default booleanDocumentSource.isReachable(Document doc) Returns true if the given document can still be reached, false otherwise.default voidMethod parameters in se.conciliate.extensions.documents with type arguments of type DocumentModifier and TypeMethodDescriptiondefault Optional<DocumentSource.Remover>DocumentSource.getRemover(Collection<Document> documents) Returns empty if this source cannot remove one or more of the given documents.DocumentSource.Remover.remove(Collection<Document> documents) Removes all documents in the collection.booleanDocumentSource.Saver.save(Collection<Document> documents) Saves the documents in the given collection. -
Uses of Document in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return DocumentModifier and TypeMethodDescriptionMTRepositoryHeader.findDocument(Document.DocumentID id) Finds a document by its global document id.static DocumentDocumentBridge.mockDocument(String sourceId, String id, String title) static DocumentDocumentBridge.mockDocument(MTDocumentHeader mtDoc) Methods in se.conciliate.extensions.store that return types with arguments of type DocumentModifier and TypeMethodDescriptionMTCompleteModel.findConnectedDocuments()Finds the documents connected to the model as a read-only list.MTCompleteSymbol.findConnectedDocuments()Finds the documents connected to the symbol as a read-only list.MTCompleteModel.getConnectedDocuments()Deprecated, for removal: This API element is subject to removal in a future version.MTCompleteSymbol.getConnectedDocuments()Deprecated, for removal: This API element is subject to removal in a future version.Methods in se.conciliate.extensions.store with parameters of type DocumentModifier and TypeMethodDescriptionstatic Optional<MTDocument>default voidMTModel.connectDocument(Document document) Connects a document to a model.default voidMTSymbol.connectDocument(Document document) Connects a document to a symbol.default voidMTModel.disconnectDocument(Document document) Disconnects a document from the model.default voidMTSymbol.disconnectDocument(Document document) Disconnects a document from the symbol.static StringDocumentBridge.getContent(Document document, MTLanguage language) static StringDocumentBridge.getContentSource(Document document) DocumentBridge.getDocumentTypes(Document document) static Stringstatic StringDocumentBridge.getTitle(Document document, MTLanguage language) static booleanDocumentBridge.isCopyOnPublish(Document document) static booleanDocumentBridge.isShowInPanel(Document document) static booleanDocumentBridge.isTranslated(Document document, MTLanguage language) -
Uses of Document in se.conciliate.extensions.ui.selectors
Methods in se.conciliate.extensions.ui.selectors that return types with arguments of type DocumentModifier and TypeMethodDescriptiondefault SingleSelector<Document>ContentSelectorFactory.createSingleDocumentSourceSelector()ContentSelectorFactory.createSingleDocumentSourceSelector(boolean allowMultiSelection) ContentSelectorFactory.createSingleDocumentSourceSelector(boolean allowMultiSelection, MTLanguage selectedLanguage)