| Package | Description |
|---|---|
| org.opencastproject.mediapackage |
| Modifier and Type | Class and Description |
|---|---|
class |
PublicationImpl |
| Modifier and Type | Field and Description |
|---|---|
static Function<MediaPackage,List<Publication>> |
MediaPackageSupport.Fn.getPublications |
static Function<MediaPackageElement,List<Publication>> |
MediaPackageSupport.Filters.presentations |
| Modifier and Type | Method and Description |
|---|---|
Publication[] |
MediaPackage.getPublications()
Returns the presentations that are part of this media package.
|
Publication[] |
MediaPackageImpl.getPublications()
Returns the presentations that are part of this media package.
|
static Publication |
PublicationImpl.publication(String id,
String channel,
URI uri,
MimeType mimeType) |
Publication |
PublicationImpl.Adapter.unmarshal(PublicationImpl e) |
| Modifier and Type | Method and Description |
|---|---|
static Function<Publication,Boolean> |
MediaPackageSupport.Filters.ofChannel(String channelId)
Filters publications to channel
channelId. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PublicationImpl.addElementToPublication(Publication publication,
MediaPackageElement element)
Adds a
MediaPackageElement to this publication by determining its type. |
PublicationImpl |
PublicationImpl.Adapter.marshal(Publication e) |
Copyright © 2009–2021 Opencast Project. All rights reserved.