Uses of Interface
org.opencastproject.mediapackage.Publication
Packages that use Publication
Package
Description
-
Uses of Publication in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return types with arguments of type PublicationMethod parameters in org.opencastproject.elasticsearch.index.objects.event with type arguments of type PublicationModifier and TypeMethodDescriptionvoidEvent.setPublications(List<Publication> publications) Sets the list of publications.static BooleanEventIndexUtils.subflavorMatches(List<Publication> publications, String previewSubtype) Returnstrueif the previewSubtype matches any of the publicationFlavors. -
Uses of Publication in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type PublicationModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.json.JObjectEventsEndpoint.getPublication(Publication publication, Boolean sign, ApiVersion requestedVersion) -
Uses of Publication in org.opencastproject.graphql.type.output
Constructors in org.opencastproject.graphql.type.output with parameters of type Publication -
Uses of Publication in org.opencastproject.index.service.impl.util
Fields in org.opencastproject.index.service.impl.util with type parameters of type PublicationModifier and TypeFieldDescriptionstatic final com.entwinemedia.fn.Fn<Publication, Boolean> EventUtils.internalChannelFilterA filter to remove all internal channel publications. -
Uses of Publication in org.opencastproject.mediapackage
Classes in org.opencastproject.mediapackage that implement PublicationFields in org.opencastproject.mediapackage with type parameters of type PublicationModifier and TypeFieldDescriptionstatic final Function<MediaPackageElement, List<Publication>> MediaPackageSupport.Filters.presentationsMethods 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 that return types with arguments of type PublicationModifier and TypeMethodDescriptionstatic Function<Publication, Boolean> Filters publications to channelchannelId.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) -
Uses of Publication in org.opencastproject.playlists.serialization
Methods in org.opencastproject.playlists.serialization that return types with arguments of type PublicationMethod parameters in org.opencastproject.playlists.serialization with type arguments of type PublicationModifier and TypeMethodDescriptionvoidJaxbPlaylistEntry.setPublications(List<Publication> publications) -
Uses of Publication in org.opencastproject.publication.api
Methods in org.opencastproject.publication.api that return PublicationModifier and TypeMethodDescriptionConfigurablePublicationService.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Synchronously replaces media package elements.OaiPmhPublicationService.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) Synchronously updates the given media package in the Oai-Pmh storage incrementally, i.e. without retracting the whole media package. -
Uses of Publication in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable that return PublicationModifier and TypeMethodDescriptionConfigurablePublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of Publication in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote that return PublicationModifier and TypeMethodDescriptionConfigurablePublicationServiceRemoteImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of Publication in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that return PublicationModifier and TypeMethodDescriptionprotected PublicationOaiPmhPublicationServiceImpl.createPublicationElement(String mpId, String repository) Create a new publication element.protected PublicationOaiPmhPublicationServiceImpl.publish(Job job, MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) OaiPmhPublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) protected PublicationOaiPmhPublicationServiceImpl.retract(Job job, MediaPackage mediaPackage, String repository) protected PublicationOaiPmhPublicationServiceImpl.updateMetadata(Job job, MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of Publication in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote that return PublicationModifier and TypeMethodDescriptionOaiPmhPublicationServiceRemoteImpl.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) -
Uses of Publication in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that return types with arguments of type PublicationModifier and TypeMethodDescriptionConfigurableWorkflowOperationHandlerBase.getPublications(MediaPackage mp, String channelId)