Uses of Interface
org.opencastproject.mediapackage.Publication
Packages that use Publication
-
Uses of Publication in org.opencastproject.mediapackage
Classes in org.opencastproject.mediapackage that implement PublicationMethods in org.opencastproject.mediapackage that return PublicationModifier and TypeMethodDescriptionMediaPackage.getPublications()Returns the presentations that are part of this media package.MediaPackageImpl.getPublications()Returns the presentations that are part of this media package.static PublicationPublicationImpl.publication(String id, String channel, URI uri, MimeType mimeType) PublicationImpl.Adapter.unmarshal(PublicationImpl e) Methods in org.opencastproject.mediapackage with parameters of type PublicationModifier and TypeMethodDescriptionstatic voidPublicationImpl.addElementToPublication(Publication publication, MediaPackageElement element) Adds aMediaPackageElementto this publication by determining its type.PublicationImpl.Adapter.marshal(Publication e) static booleanMediaPackageSupport.Filters.ofChannel(Publication p, String channelId) Filters publications to channelchannelId.