Uses of Interface
se.conciliate.extensions.store.MTDocumentType
Packages that use MTDocumentType
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provide a means to listen to changes in the stores.
-
Uses of MTDocumentType in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer that return types with arguments of type MTDocumentTypeModifier and TypeMethodDescriptionDocumentTypeList.getDocumentTypes()
DocumentTypeList.iterator()
Constructor parameters in se.conciliate.extensions.datatransfer with type arguments of type MTDocumentType -
Uses of MTDocumentType in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTDocumentTypeModifier and TypeMethodDescriptionMTRepositoryHeader.createDocumentType
(String uuid) Creates a new document type in the repository.MTDocumentTypeHeader.expand()
Returns aMTDocumentType
for this document type.MTDocumentStore.findDocumentType
(long documentTypeID) Finds a document type by ID.MTRepositoryHeader.findDocumentType
(String uuid) Finds a document type by UUID in this repository.Methods in se.conciliate.extensions.store that return types with arguments of type MTDocumentTypeModifier and TypeMethodDescriptionMTDocumentStore.findDocumentTypes
(List<Long> idList) Finds document types from a list of document type ID:s.MTRepositoryHeader.findDocumentTypes()
Finds all document types in this repository.MTDocumentHeader.findTypes()
Finds the document types for this document.Methods in se.conciliate.extensions.store with parameters of type MTDocumentType -
Uses of MTDocumentType in se.conciliate.extensions.store.event
Methods in se.conciliate.extensions.store.event with parameters of type MTDocumentTypeModifier and TypeMethodDescriptionvoid
MTDocumentTypeListener.documentTypeAdded
(MTDocumentType added, MTRepository repository) Called when a new document type is added/created.void
MTDocumentTypeListener.documentTypeRemoved
(MTDocumentType removed, MTRepository repository) Called when a document type is removed.