Uses of Interface
se.conciliate.extensions.documents.MetaDataType
Packages that use MetaDataType
Package
Description
API for providing document links from different providers to MT.
Provides utility classes to perform queries against the current workspace.
-
Uses of MetaDataType in se.conciliate.extensions.documents
Subinterfaces of MetaDataType in se.conciliate.extensions.documentsModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
Methods in se.conciliate.extensions.documents that return MetaDataTypeModifier and TypeMethodDescriptiondefault 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.InputDescriptor.getType()
abstract MetaDataType<? extends MetaData<T>>
MetaData.getType()
Methods in se.conciliate.extensions.documents that return types with arguments of type MetaDataTypeModifier and TypeMethodDescriptionSet<MetaDataType<?>>
InputDescriptor.UrlDescriptor.getConnectedTypes()
List<MetaDataType<? extends MetaData<?>>>
MetaDataGroup.getContentTypes()
List<MetaDataType<? extends MetaData<?>>>
DocumentSource.getMetaDataTypes()
Methods in se.conciliate.extensions.documents with parameters of type MetaDataTypeModifier and TypeMethodDescriptionMetaDataGroup.addMetaDataType
(MetaDataType<? extends MetaData<?>> type) InputDescriptor.bool
(MetaDataType type) 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.dateTime
(MetaDataType type) DocumentSource.getDocumentIDs
(Collection<String> searchSpace, Collection<DocumentFilter> filters, MetaDataType orderBy, boolean ascendingOrder) DocumentSource.getDocumentIDs
(Collection<DocumentFilter> filters, MetaDataType orderBy, boolean ascendingOrder) Returns all document ids that matches a set of filters.Document.getMetaData
(MetaDataType type) BiFunction<MetaData<?>,
MetaData<?>, MetaData<?>> InputDescriptor.UrlDescriptor.getOnChange
(MetaDataType<?> type) InputDescriptor.html
(MetaDataType type) InputDescriptor.image
(MetaDataType type) InputDescriptor.number
(MetaDataType type) InputDescriptor.options
(MetaDataType type) InputDescriptor.symbol
(MetaDataType type) InputDescriptor.text
(MetaDataType type) InputDescriptor.url
(MetaDataType type) Method parameters in se.conciliate.extensions.documents with type arguments of type MetaDataTypeModifier and TypeMethodDescriptionMetaDataGroup.addMetaDataTypes
(List<? extends MetaDataType<? extends MetaData<?>>> types) DocumentSource.getDocuments
(List<String> ids, Collection<? extends MetaDataType<?>> columns) Fetches documents with given id:s.MetaDataGroup.setMetaDataTypes
(List<? extends MetaDataType<? extends MetaData<?>>> types) -
Uses of MetaDataType in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return MetaDataTypeMethods in se.conciliate.extensions.store.query with parameters of type MetaDataTypeModifier and TypeMethodDescriptionMTDocumentSourceQuery.sort
(MetaDataType sortBy, boolean ascending, MTLanguage language, Locale locale) Sorts the selected documents.