Interface IngestDownloadService
- All Known Implementing Classes:
IngestDownloadServiceImpl,IngestDownloadServiceRemoteImpl
public interface IngestDownloadService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioningestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor)
-
Field Details
-
JOB_TYPE
Receipt type- See Also:
-
-
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 fromsourceFlavors- Flavors identifying elements to downloadsourceTags- Tags identifying elements to downloaddeleteExternal- If the service should try to delete external elements after downloadingtagsAndFlavor- 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
-