Uses of Class
se.conciliate.extensions.documents.MetaData
Packages that use MetaData
Package
Description
API for providing document links from different providers to MT.
-
Uses of MetaData in se.conciliate.extensions.documents
Classes in se.conciliate.extensions.documents with type parameters of type MetaDataModifier and TypeClassDescriptionclass
InputDescriptor<T extends MetaData>
Describes available inputs for meta data types.interface
MetaDataType<T extends MetaData>
A type of meta-data that can be read from documents from a specific source.Subclasses of MetaData in se.conciliate.extensions.documentsModifier and TypeClassDescriptionstatic final class
Represents a boolean value.static final class
Represents a date/time value.static final class
Represents a transient value that is never shown in the user-interface.static final class
Represents a html value.static final class
Represents an image value.static final class
Represents an MTSymbol.static final class
Represents a number value.static final class
Represents a value chosen from a set list of values.static final class
Represents simple, non-formatted text.static final class
Represents a URL value.Methods in se.conciliate.extensions.documents that return MetaDataModifier and TypeMethodDescriptionMethods in se.conciliate.extensions.documents that return types with arguments of type MetaDataModifier and TypeMethodDescriptionList<MetaDataType<? extends MetaData<?>>>
MetaDataGroup.getContentTypes()
Document.getMetaData
(String typeId) Document.getMetaData
(MetaDataType type) Document.getMetaData
(MetaDataType.ColumnType columnType) default MetaDataType<? extends MetaData<?>>
DocumentSource.getMetaDataType
(String id) Returns the meta data type with the given id, or null, if no such meta data type can be found.List<MetaDataType<? extends MetaData<?>>>
DocumentSource.getMetaDataTypes()
BiFunction<MetaData<?>,
MetaData<?>, MetaData<?>> InputDescriptor.UrlDescriptor.getOnChange
(MetaDataType<?> type) BiFunction<MetaData<?>,
MetaData<?>, MetaData<?>> InputDescriptor.UrlDescriptor.getOnChange
(MetaDataType<?> type) BiFunction<MetaData<?>,
MetaData<?>, MetaData<?>> InputDescriptor.UrlDescriptor.getOnChange
(MetaDataType<?> type) abstract MetaDataType<? extends MetaData<T>>
MetaData.getType()
Methods in se.conciliate.extensions.documents with parameters of type MetaDataMethod parameters in se.conciliate.extensions.documents with type arguments of type MetaDataModifier and TypeMethodDescriptionMetaDataGroup.addMetaDataType
(MetaDataType<? extends MetaData<?>> type) MetaDataGroup.addMetaDataTypes
(List<? extends MetaDataType<? extends MetaData<?>>> types) InputDescriptor.UrlInputBuilder.connectTo
(MetaDataType<?> t, BiFunction<MetaData<?>, MetaData<?>, MetaData<?>> onChange) “Connects the InputDescriptor built by this builder to the given MetaDataType so that when metadata for the InputDescriptor built by this builder is changed, the given BiFunction is applied (called) with both the changed metadata and the connected metadata.InputDescriptor.UrlInputBuilder.connectTo
(MetaDataType<?> t, BiFunction<MetaData<?>, MetaData<?>, MetaData<?>> onChange) “Connects the InputDescriptor built by this builder to the given MetaDataType so that when metadata for the InputDescriptor built by this builder is changed, the given BiFunction is applied (called) with both the changed metadata and the connected metadata.InputDescriptor.UrlInputBuilder.connectTo
(MetaDataType<?> t, BiFunction<MetaData<?>, MetaData<?>, MetaData<?>> onChange) “Connects the InputDescriptor built by this builder to the given MetaDataType so that when metadata for the InputDescriptor built by this builder is changed, the given BiFunction is applied (called) with both the changed metadata and the connected metadata.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.boolean
MetaDataType.ColumnType.isCompatibleWith
(Class<? extends MetaData> dataType) Document.setMetaData
(Collection<MetaData> data) MetaDataGroup.setMetaDataTypes
(List<? extends MetaDataType<? extends MetaData<?>>> types)