Uses of Interface
se.conciliate.extensions.store.MTDocumentTypeHeader
Packages that use MTDocumentTypeHeader
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
-
Uses of MTDocumentTypeHeader in se.conciliate.extensions.store
Subinterfaces of MTDocumentTypeHeader in se.conciliate.extensions.storeMethods in se.conciliate.extensions.store that return types with arguments of type MTDocumentTypeHeaderModifier and TypeMethodDescriptionMTDocumentStore.findDocumentTypeHeaders
(List<Long> idList) Finds document types from a list of document type ID:s, as header.MTRepositoryHeader.findDocumentTypeHeaders()
Finds all document types in this repository as headers.MTDocumentHeader.findTypeHeaders()
Finds the document types for this document as headers.MTDocument.getDocumentTypes()
Returns the document types for this document.Methods in se.conciliate.extensions.store with parameters of type MTDocumentTypeHeaderModifier and TypeMethodDescriptionvoid
MTDocument.addDocumentType
(MTDocumentTypeHeader type) Adds a document type to the types this document is connected to.void
MTDocument.removeDocumentType
(MTDocumentTypeHeader type) Removes a document type from the types this document is connected to.void
MTWorkspaceHeader.replaceDocumentTypes
(Collection<MTDocumentTypeHeader> documentTypesToReplace, MTDocumentTypeHeader replaceWith) Goes through all documents and finds any document type indocumentTypesToReplace
and replaces them withreplaceWith
.Method parameters in se.conciliate.extensions.store with type arguments of type MTDocumentTypeHeaderModifier and TypeMethodDescriptionvoid
MTWorkspaceHeader.replaceDocumentTypes
(Collection<MTDocumentTypeHeader> documentTypesToReplace, MTDocumentTypeHeader replaceWith) Goes through all documents and finds any document type indocumentTypesToReplace
and replaces them withreplaceWith
. -
Uses of MTDocumentTypeHeader in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type MTDocumentTypeHeaderMethods in se.conciliate.extensions.store.query with parameters of type MTDocumentTypeHeaderModifier and TypeMethodDescriptionMTDocumentQuery.withTypes
(boolean includeNoDocumentTypes, MTDocumentTypeHeader... type) Exclude all documents that does not have one of the given types.