Uses of Interface
org.opencastproject.mediapackage.Catalog
Packages that use Catalog
-
Uses of Catalog in org.opencastproject.mediapackage
Classes in org.opencastproject.mediapackage that implement CatalogModifier and TypeClassDescriptionclassThis is a basic implementation for handling simple catalogs of metadata.classThis is a basic implementation for handling simple catalogs of metadata.Fields in org.opencastproject.mediapackage with type parameters of type CatalogModifier and TypeFieldDescriptionstatic final Function<MediaPackageElement, List<Catalog>> MediaPackageSupport.Filters.catalogsMethods in org.opencastproject.mediapackage that return CatalogModifier and TypeMethodDescriptionstatic CatalogReads the metadata from the specified file and returns it encapsulated in aCatalogobject.MediaPackage.getCatalog(String catalogId) Returns the catalog identified bycatalogIdornullif that catalog doesn't exists.MediaPackageImpl.getCatalog(String catalogId) Catalog[]MediaPackage.getCatalogs()Returns the catalogs associated with this media package.Catalog[]MediaPackage.getCatalogs(MediaPackageElementFlavor flavor) Returns the catalogs associated with this media package that matches the specified flavor.Catalog[]MediaPackage.getCatalogs(MediaPackageElementFlavor flavor, MediaPackageReference reference) Returns the catalogs that are part of this media package and are refering to the element identified byreference.Catalog[]MediaPackage.getCatalogs(MediaPackageReference reference) Returns the catalogs that are part of this media package and are refering to the element identified byreference.Catalog[]MediaPackageImpl.getCatalogs()Catalog[]MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor) Catalog[]MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor, MediaPackageReference reference) Catalog[]MediaPackageImpl.getCatalogs(MediaPackageReference reference) Catalog[]Publication.getCatalogs()Returns the catalogs associated with this publication.Catalog[]PublicationImpl.getCatalogs()Catalog[]MediaPackage.getCatalogsByTags(Collection<String> tags) Returns the catalogs that are tagged with any of the given tags or an empty array if no such elements are found.Catalog[]MediaPackageImpl.getCatalogsByTags(Collection<String> tags) Returns the catalogs that are tagged with any of the given tags or an empty array if no such elements are found.static CatalogCatalogImpl.newInstance()CatalogImpl.Adapter.unmarshal(CatalogImpl cat) Methods in org.opencastproject.mediapackage with parameters of type CatalogModifier and TypeMethodDescriptionvoidAdds catalog information to this media package.voidvoidPublication.addCatalog(Catalog catalog) Adds a catalog to this publication.voidPublicationImpl.addCatalog(Catalog catalog) voidRemoves the catalog from the media package.voidRemoves the catalog from the media package.