Uses of Class
se.conciliate.extensions.documents.Document.DocumentID
Packages that use Document.DocumentID
Package
Description
Service for loading data for export and publish.
API for providing document links from different providers to MT.
Provides publish services and the means to register
custom fields to show in published material.
Provides settings for the custom publish, such as what to include when publishing.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
Provides classes and interfaces used to show a user interface for
building queries.
-
Uses of Document.DocumentID in se.conciliate.extensions.content
Methods in se.conciliate.extensions.content that return Document.DocumentIDMethods in se.conciliate.extensions.content that return types with arguments of type Document.DocumentIDModifier and TypeMethodDescriptionRestModel.getDocumentIDs()
RestObject.getDocumentIDs()
RestObject.getResponsibleForIDs()
Methods in se.conciliate.extensions.content with parameters of type Document.DocumentIDMethod parameters in se.conciliate.extensions.content with type arguments of type Document.DocumentIDModifier and TypeMethodDescriptiondefault Collection<RestDocument>
ContentService.documents
(Collection<Document.DocumentID> ids, Collection<RestDocument.DocumentExpansions> documentExpansions) Load rest documents from the given ids.ContentService.documents
(Collection<Document.DocumentID> ids, Collection<RestDocument.DocumentExpansions> documentExpansions, RestContext context) -
Uses of Document.DocumentID in se.conciliate.extensions.documents
Methods in se.conciliate.extensions.documents that return Document.DocumentIDModifier and TypeMethodDescriptionDocument.getGlobalID()
Returns a globally unique ID for the document. -
Uses of Document.DocumentID in se.conciliate.extensions.publish
Methods in se.conciliate.extensions.publish with parameters of type Document.DocumentIDModifier and TypeMethodDescriptionboolean
ContentFilter.isDocumentIncluded
(Document.DocumentID id) -
Uses of Document.DocumentID in se.conciliate.extensions.publish.custom.settings
Methods in se.conciliate.extensions.publish.custom.settings that return types with arguments of type Document.DocumentIDMethods in se.conciliate.extensions.publish.custom.settings with parameters of type Document.DocumentIDModifier and TypeMethodDescriptionvoid
ConfigContentSelectionList.addDocument
(Document.DocumentID id) -
Uses of Document.DocumentID in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return types with arguments of type Document.DocumentIDModifier and TypeMethodDescriptiondefault List<Document.DocumentID>
MTCompleteModel.getConnectedDocumentIDs()
default List<Document.DocumentID>
MTCompleteSymbol.getConnectedDocumentIDs()
Methods in se.conciliate.extensions.store with parameters of type Document.DocumentIDModifier and TypeMethodDescriptiondefault void
MTModel.connectDocument
(Document.DocumentID id) Connects a document to a model.default void
MTSymbol.connectDocument
(Document.DocumentID id) Connects a document to a symbol.default void
MTModel.disconnectDocument
(Document.DocumentID id) Disconnects a document from the model.default void
MTSymbol.disconnectDocument
(Document.DocumentID id) Disconnects a document from the symbol.MTRepositoryHeader.findDocument
(Document.DocumentID id) Finds a document by its global document id. -
Uses of Document.DocumentID in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type Document.DocumentIDModifier and TypeMethodDescriptionMTQuery.State.getDocuments()
MTQuery.State.getDocumentSourceIDs()
Methods in se.conciliate.extensions.store.query with parameters of type Document.DocumentIDModifier and TypeMethodDescriptionMTModelQuery.withDocuments
(Document.DocumentID... documents) Retains only models with at least one of the given documents connected to it.MTSymbolQuery.withDocuments
(Document.DocumentID... documents) Retains only symbols with at least one of the given documents connected to it.Method parameters in se.conciliate.extensions.store.query with type arguments of type Document.DocumentIDModifier and TypeMethodDescriptionMTDocumentSourceQuery.select
(List<Document.DocumentID> ids) Selects documents by their IDs. -
Uses of Document.DocumentID in se.conciliate.extensions.ui.querybuilder
Methods in se.conciliate.extensions.ui.querybuilder that return types with arguments of type Document.DocumentIDModifier and TypeMethodDescriptiondefault Optional<Document.DocumentID>
QueryBuilder.RowId.documentId()