Uses of Interface
org.opencastproject.mediapackage.Catalog
Packages that use Catalog
Package
Description
-
Uses of Catalog in org.opencastproject.index.service.catalog.adapter.events
Methods in org.opencastproject.index.service.catalog.adapter.events that return CatalogModifier and TypeMethodDescriptionCommonEventCatalogUIAdapter.storeFields(MediaPackage mediaPackage, DublinCoreMetadataCollection abstractMetadata) ConfigurableEventDCCatalogUIAdapter.storeFields(MediaPackage mediaPackage, DublinCoreMetadataCollection abstractMetadata) -
Uses of Catalog in org.opencastproject.mediapackage
Classes in org.opencastproject.mediapackage that implement CatalogModifier and TypeClassDescriptionclassThis is a basic implementation for handling simple catalogs of metadata.classThis is a basic implementation for handling simple catalogs of metadata.Fields in org.opencastproject.mediapackage with type parameters of type CatalogModifier and TypeFieldDescriptionstatic final Function<MediaPackageElement, List<Catalog>> MediaPackageSupport.Filters.catalogsMethods in org.opencastproject.mediapackage that return CatalogModifier and TypeMethodDescriptionstatic CatalogReads the metadata from the specified file and returns it encapsulated in aCatalogobject.MediaPackage.getCatalog(String catalogId) Returns the catalog identified bycatalogIdornullif that catalog doesn't exists.MediaPackageImpl.getCatalog(String catalogId) Catalog[]MediaPackage.getCatalogs()Returns the catalogs associated with this media package.Catalog[]MediaPackage.getCatalogs(MediaPackageElementFlavor flavor) Returns the catalogs associated with this media package that matches the specified 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 byreference.Catalog[]MediaPackage.getCatalogs(MediaPackageReference reference) Returns the catalogs that are part of this media package and are refering to the element identified byreference.Catalog[]MediaPackageImpl.getCatalogs()Catalog[]MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor) Catalog[]MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor, MediaPackageReference reference) Catalog[]MediaPackageImpl.getCatalogs(MediaPackageReference reference) Catalog[]Publication.getCatalogs()Returns the catalogs associated with this publication.Catalog[]PublicationImpl.getCatalogs()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 CatalogCatalogImpl.newInstance()CatalogImpl.Adapter.unmarshal(CatalogImpl cat) Methods in org.opencastproject.mediapackage with parameters of type CatalogModifier and TypeMethodDescriptionvoidAdds catalog information to this media package.voidvoidPublication.addCatalog(Catalog catalog) Adds a catalog to this publication.voidPublicationImpl.addCatalog(Catalog catalog) voidRemoves the catalog from the media package.voidRemoves the catalog from the media package. -
Uses of Catalog in org.opencastproject.metadata.dublincore
Classes in org.opencastproject.metadata.dublincore that implement CatalogModifier and TypeClassDescriptionclassCatalog for DublinCore structured metadata to be serialized as XML.Fields in org.opencastproject.metadata.dublincore with type parameters of type CatalogModifier and TypeFieldDescriptionstatic final Comparator<Catalog> DublinCoreCatalogService.COMPARE_BY_FLAVORMethods in org.opencastproject.metadata.dublincore that return CatalogModifier and TypeMethodDescriptionEventCatalogUIAdapter.storeFields(MediaPackage mediapackage, DublinCoreMetadataCollection metadataCollection) Store a change in the metadata into the media package as aCatalog -
Uses of Catalog in org.opencastproject.scheduler.impl
Fields in org.opencastproject.scheduler.impl with type parameters of type Catalog -
Uses of Catalog in org.opencastproject.videosegmenter.ffmpeg
Methods in org.opencastproject.videosegmenter.ffmpeg that return Catalog -
Uses of Catalog in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type CatalogModifier and TypeMethodDescriptionprotected Mpeg7CatalogSegmentPreviewsWorkflowOperationHandler.loadMpeg7Catalog(Catalog catalog) Loads an mpeg7 catalog from a mediapackage's catalog reference -
Uses of Catalog in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type CatalogModifier and TypeMethodDescriptionprotected DublinCoreCatalogInspectWorkflowOperationHandler.loadDublinCoreCatalog(Catalog catalog) Loads a dublin core catalog from a mediapackage's catalog reference -
Uses of Catalog in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that return types with arguments of type CatalogModifier and TypeMethodDescriptionprotected Map<Catalog, Mpeg7Catalog> TextAnalysisWorkflowOperationHandler.loadSegmentCatalogs(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Extracts the catalogs from the media package that match the requirements of flavor and tags specified in the operation handler.Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type CatalogModifier and TypeMethodDescriptionprotected Mpeg7CatalogTextAnalysisWorkflowOperationHandler.loadMpeg7Catalog(Catalog catalog) Loads an mpeg7 catalog from a mediapackage's catalog reference