Interface IngestDownloadService


public interface IngestDownloadService
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Receipt type
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    ingestDownload(org.opencastproject.mediapackage.MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor)
     
  • Field Details

  • Method Details

    • ingestDownload

      org.opencastproject.job.api.Job ingestDownload(org.opencastproject.mediapackage.MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) throws org.opencastproject.serviceregistry.api.ServiceRegistryException
      Parameters:
      mediaPackage - The media package to download elements from
      sourceFlavors - Flavors identifying elements to download
      sourceTags - Tags identifying elements to download
      deleteExternal - If the service should try to delete external elements after downloading
      tagsAndFlavor - If elements are selected based on a union or an interjection of the sets selected by tags and flavors
      Returns:
      The launched job
      Throws:
      org.opencastproject.serviceregistry.api.ServiceRegistryException - If starting the job failed