Uses of Interface
se.conciliate.extensions.store.MTDocument
Packages that use MTDocument
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 a means to register providers for custom plug-in data
that can be connected to models, objects and documents.
-
Uses of MTDocument in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTDocumentModifier and TypeMethodDescriptionMTRepositoryHeader.createDocument(String uuid) Creates a new document, with default settings.MTDocumentHeader.expand()Returns aMTDocumentfor this document.MTDocumentStore.findDocument(long id) Finds a document by ID.MTDocumentStore.findDocument(String uuid) Finds a document by UUID.MTRepositoryHeader.findDocument(String uuid) Finds a MT document by UUID in this repository.MTRepositoryHeader.findDocumentByPrefix(String prefix) Finds a document by prefix.Methods in se.conciliate.extensions.store that return types with arguments of type MTDocumentModifier and TypeMethodDescriptionstatic Optional<MTDocument>DocumentBridge.asMTDocument(Object entity) static Optional<MTDocument>MTDocumentStore.findDocuments(List<Long> idList) Finds documents in the current repository from a list of document ID:s.MTModelHeader.findDocuments()Finds the documents connected to this model.MTRepositoryHeader.findDocuments()Finds all documents in this repository.MTSymbolHeader.findDocuments()Finds all documents connected to this symbol.MTRepositoryHeader.findDocumentsByUUID(List<String> uuidList) Finds documents in this repository from a list of document UUID:s.MTCompleteModel.getDocuments()Returns the documents connected to the model as a read-only list.MTCompleteSymbol.getDocuments()Returns all documents connected to the symbol.Methods in se.conciliate.extensions.store with parameters of type MTDocumentModifier and TypeMethodDescriptionvoidMTSymbol.addDocument(MTDocument document) Adds a document to the symbol.voidMTBulkOperations.saveDocument(MTDocument document) -
Uses of MTDocument in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTDocumentModifier and TypeMethodDescriptionvoidMTDocumentListener.documentAdded(MTDocument added, MTRepository repository) Called when a document is added/created. -
Uses of MTDocument in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin with parameters of type MTDocumentModifier and TypeMethodDescriptionMTDataProvider.createOrLoadData(MTStore store, MTDocument document, Collection<MTPluginData> existing) Create or load data for a document.booleanMTDataProvider.hasData(MTDocument document) Should returntrueif the provider wish to provide data for this document.