Uses of Class
com.lyncode.xoai.dataprovider.data.internal.MetadataFormat
-
Packages that use MetadataFormat Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.format -
-
Uses of MetadataFormat in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return MetadataFormat Modifier and Type Method Description MetadataFormatXOAIContext. getFormatByPrefix(String prefix)Methods in com.lyncode.xoai.dataprovider.core that return types with arguments of type MetadataFormat Modifier and Type Method Description List<MetadataFormat>XOAIContext. getFormats()List<MetadataFormat>XOAIContext. getFormats(Item item)Constructor parameters in com.lyncode.xoai.dataprovider.core with type arguments of type MetadataFormat Constructor Description XOAIContext(String baseUrl, String name, String description, MetadataTransformer transformer, List<MetadataFormat> formats, List<StaticSet> sets) -
Uses of MetadataFormat in com.lyncode.xoai.dataprovider.format
Methods in com.lyncode.xoai.dataprovider.format that return MetadataFormat Modifier and Type Method Description MetadataFormatMetadataFormatManager. getFormat(String id)MetadataFormatMetadataFormatManager. getFormatByPrefix(String prefix)Methods in com.lyncode.xoai.dataprovider.format that return types with arguments of type MetadataFormat Modifier and Type Method Description List<MetadataFormat>MetadataFormatManager. getFormats(ItemIdentifier item)
-