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 Document
DocumentSource.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 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.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 TypeMethodDescriptionvoid
DocumentSourceListener.documentAdded
(Document added) Called when a document is added/created.void
DocumentSourceListener.documentChanged
(Document document) Called when a document has changed.void
DocumentSourceListener.documentRemoved
(Document removed) Called when a document is removed.default MetaData.BooleanValue
MetaDataType.BooleanMetaDataType.getDefaultValue
(Document doc) default T
MetaDataType.getDefaultValue
(Document doc) DocumentSource.getMetaDataGroups
(Document doc) Returns groups for the meta data.default boolean
MetaDataType.isEditable
(Document doc) default boolean
DocumentSource.isReachable
(Document doc) Returns true if the given document can still be reached, false otherwise.default void
Method 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.boolean
DocumentSource.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 Document
DocumentBridge.mockDocument
(String sourceId, String id, String title) static Document
DocumentBridge.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 void
MTModel.connectDocument
(Document document) Connects a document to a model.default void
MTSymbol.connectDocument
(Document document) Connects a document to a symbol.default void
MTModel.disconnectDocument
(Document document) Disconnects a document from the model.default void
MTSymbol.disconnectDocument
(Document document) Disconnects a document from the symbol.static String
DocumentBridge.getContent
(Document document, MTLanguage language) static String
DocumentBridge.getContentSource
(Document document) DocumentBridge.getDocumentTypes
(Document document) static String
static String
DocumentBridge.getTitle
(Document document, MTLanguage language) static boolean
DocumentBridge.isCopyOnPublish
(Document document) static boolean
DocumentBridge.isShowInPanel
(Document document) static boolean
DocumentBridge.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)