| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.mediapackage.elementbuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogImpl
This is a basic implementation for handling simple catalogs of metadata.
|
class |
XMLCatalogImpl
This is a basic implementation for handling simple catalogs of metadata.
|
| Modifier and Type | Field and Description |
|---|---|
static Function<MediaPackageElement,List<Catalog>> |
MediaPackageSupport.Filters.catalogs |
| Modifier and Type | Method and Description |
|---|---|
static Catalog |
CatalogImpl.fromFile(File catalog)
Reads the metadata from the specified file and returns it encapsulated in a
Catalog object. |
static Catalog |
CatalogImpl.fromURI(URI uri)
Reads the metadata from the specified file and returns it encapsulated in a
Catalog object. |
Catalog |
MediaPackage.getCatalog(String catalogId)
Returns the catalog identified by
catalogId or null if that catalog doesn't exists. |
Catalog |
MediaPackageImpl.getCatalog(String catalogId) |
Catalog[] |
MediaPackage.getCatalogs()
Returns the catalogs associated with this media package.
|
Catalog[] |
PublicationImpl.getCatalogs() |
Catalog[] |
MediaPackageImpl.getCatalogs() |
Catalog[] |
Publication.getCatalogs()
Returns the catalogs associated with this publication.
|
Catalog[] |
MediaPackage.getCatalogs(MediaPackageElementFlavor flavor)
Returns the catalogs associated with this media package that matches the specified flavor.
|
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageElementFlavor 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 by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor,
MediaPackageReference reference) |
Catalog[] |
MediaPackage.getCatalogs(MediaPackageReference reference)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageReference reference) |
Catalog[] |
MediaPackage.getCatalogs(MediaPackageReference reference,
boolean includeDerived)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageReference reference,
boolean includeDerived)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackage.getCatalogsByTag(String tag)
Returns the catalogs that are tagged with the given tag or an empty array if no such catalogs are found.
|
Catalog[] |
MediaPackageImpl.getCatalogsByTag(String tag)
Returns the catalogs that are tagged with the given tag or an empty array if no such catalogs are found.
|
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 Catalog |
CatalogImpl.newInstance() |
Catalog |
CatalogImpl.Adapter.unmarshal(CatalogImpl cat) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPackage.add(Catalog catalog)
Adds catalog information to this media package.
|
void |
MediaPackageImpl.add(Catalog catalog) |
void |
PublicationImpl.addCatalog(Catalog catalog) |
void |
Publication.addCatalog(Catalog catalog)
Adds a catalog to this publication.
|
CatalogImpl |
CatalogImpl.Adapter.marshal(Catalog cat) |
void |
MediaPackage.remove(Catalog catalog)
Removes the catalog from the media package.
|
void |
MediaPackageImpl.remove(Catalog catalog)
Removes the catalog from the media package.
|
| Modifier and Type | Method and Description |
|---|---|
protected Catalog |
CatalogBuilderPlugin.catalogFromManifest(String id,
URI uri) |
Copyright © 2009–2021 Opencast Project. All rights reserved.