Interface IngestDownloadService
public interface IngestDownloadService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.job.api.JobingestDownload(org.opencastproject.mediapackage.MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor)
-
Field Details
-
JOB_TYPE
Receipt type- See Also:
-
-
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 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:
org.opencastproject.serviceregistry.api.ServiceRegistryException- If starting the job failed
-