Interface IngestDownloadService

All Known Implementing Classes:
IngestDownloadServiceImpl, IngestDownloadServiceRemoteImpl

public interface IngestDownloadService
  • Field Summary

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

    Modifier and Type
    Method
    Description
    ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor)
     
  • Field Details

  • Method Details

    • ingestDownload

      Job ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) throws 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:
      ServiceRegistryException - If starting the job failed