Uses of Class
org.opencastproject.mediapackage.XMLCatalogImpl.CatalogEntry
Packages that use XMLCatalogImpl.CatalogEntry
-
Uses of XMLCatalogImpl.CatalogEntry in org.opencastproject.mediapackage
Fields in org.opencastproject.mediapackage with type parameters of type XMLCatalogImpl.CatalogEntryModifier and TypeFieldDescriptionprotected final Map<EName, List<XMLCatalogImpl.CatalogEntry>> XMLCatalogImpl.dataKey (QName) value meta dataMethods in org.opencastproject.mediapackage that return XMLCatalogImpl.CatalogEntryModifier and TypeMethodDescriptionprotected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstLocalizedValue(EName element, String language) Returns the first value that is associated with the specified name and language.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstTypedValue(EName element, String type) Returns the first value that is associated with the specified name and language.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstValue(EName element) Returns the first value that is associated with the specified name.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstValue(EName element, EName attributeEName, String attributeValue) Returns the first element that is associated with the specified name and attribute.protected XMLCatalogImpl.CatalogEntry[]Returns the values that are associated with the specified key.Methods in org.opencastproject.mediapackage that return types with arguments of type XMLCatalogImpl.CatalogEntryModifier and TypeMethodDescriptionprotected List<XMLCatalogImpl.CatalogEntry> XMLCatalogImpl.getEntriesSorted()protected List<XMLCatalogImpl.CatalogEntry> XMLCatalogImpl.getLocalizedValuesAsList(EName element, String language) Returns the values that are associated with the specified key.protected List<XMLCatalogImpl.CatalogEntry> XMLCatalogImpl.getValuesAsList(EName element) Returns the values that are associated with the specified key.Methods in org.opencastproject.mediapackage with parameters of type XMLCatalogImpl.CatalogEntryModifier and TypeMethodDescriptionintXMLCatalogImpl.CatalogEntry.compareTo(XMLCatalogImpl.CatalogEntry o) Compare two catalog entries. -
Uses of XMLCatalogImpl.CatalogEntry in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore that return XMLCatalogImpl.CatalogEntryModifier and TypeMethodDescriptionMethods in org.opencastproject.metadata.dublincore that return types with arguments of type XMLCatalogImpl.CatalogEntryModifier and TypeMethodDescriptionDublinCoreCatalog.getEntriesSorted()static List<XMLCatalogImpl.CatalogEntry> DublinCoreUtil.getPropertiesSorted(DublinCoreCatalog dc) Return a sorted list of all catalog entries.