| Modifier and Type | Method and Description |
|---|---|
MetadataCollection |
MetadataCollection.fromJSON(String json)
Parse the given JSON string to extract the metadata.
|
MetadataCollection |
EventCatalogUIAdapter.getFields(org.opencastproject.mediapackage.MediaPackage mediapackage) |
MetadataCollection |
EventCatalogUIAdapter.getRawFields() |
MetadataCollection |
SeriesCatalogUIAdapter.getRawFields()
Returns all fields of this catalog in a raw data format.
|
| Modifier and Type | Method and Description |
|---|---|
com.entwinemedia.fn.data.Opt<MetadataCollection> |
SeriesCatalogUIAdapter.getFields(String seriesId)
Returns all fields of this catalog containing the data in an abstract, editable form.
|
| Modifier and Type | Method and Description |
|---|---|
org.opencastproject.mediapackage.Catalog |
EventCatalogUIAdapter.storeFields(org.opencastproject.mediapackage.MediaPackage mediapackage,
MetadataCollection metadataCollection)
Store a change in the metadata into the mediapackage as a
Catalog |
boolean |
SeriesCatalogUIAdapter.storeFields(String seriesId,
MetadataCollection metadata)
Store changes made to the fields of the metadata collection in the catalog and return an updated version of it.
|
Copyright © 2009–2019 Opencast Project. All rights reserved.