Uses of Class
org.opencastproject.ingest.api.IngestException
Packages that use IngestException
Package
Description
-
Uses of IngestException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw IngestExceptionModifier and TypeMethodDescriptionIndexService.createEvent(EventHttpServletRequest eventHttpServletRequest) Create a new event using aEventHttpServletRequest. -
Uses of IngestException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw IngestExceptionModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(org.json.simple.JSONObject metadataJson, MediaPackage mp) IndexServiceImpl.createEvent(EventHttpServletRequest eventHttpServletRequest) -
Uses of IngestException in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that throw IngestExceptionModifier and TypeMethodDescriptionIngestService.addAttachment(InputStream file, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addAttachment(InputStream file, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addAttachment(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestService.addCatalog(InputStream catalog, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestService.addCatalog(InputStream catalog, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestService.addCatalog(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestService.addPartialTrack(InputStream mediaFile, String fileName, MediaPackageElementFlavor flavor, long startTime, MediaPackage mediaPackage) Adds a partial media track to the existing MediaPackage in the repositoryIngestService.addPartialTrack(URI uri, MediaPackageElementFlavor flavor, long startTime, MediaPackage mediaPackage) Adds a partial media track to the existing MediaPackage in the repositoryIngestService.addTrack(InputStream mediaFile, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addTrack(InputStream mediaFile, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addTrack(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.addZippedMediaPackage(InputStream zippedMediaPackage, String workflowDefinitionID, Map<String, String> wfConfig, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.IngestService.createMediaPackage()Create a new MediaPackage in the repository.IngestService.createMediaPackage(String mediaPackageID) Create a new MediaPackage in the repository.voidIngestService.discardMediaPackage(MediaPackage mediaPackage) Delete an existing MediaPackage and any linked files from the temporary ingest filestore.IngestService.ingest(MediaPackage mediaPackage) Ingests the mediapackage and starts the default workflow as defined by theorg.opencastproject.workflow.default.definitionkey, found in the system configuration.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestService.ingest(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties, Long workflowId) Deprecated.As of release 2.4, the scheduler service is able to store a mediapackage.voidIngestService.schedule(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) Schedule an event with a given media package. -
Uses of IngestException in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that throw IngestExceptionModifier and TypeMethodDescriptionIngestServiceImpl.addAttachment(InputStream in, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestServiceImpl.addAttachment(InputStream in, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestServiceImpl.addAttachment(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add an attachment to an existing MediaPackage in the repositoryIngestServiceImpl.addCatalog(InputStream in, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestServiceImpl.addCatalog(InputStream in, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestServiceImpl.addCatalog(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a [metadata catalog] to an existing MediaPackage in the repositoryIngestServiceImpl.addPartialTrack(InputStream in, String fileName, MediaPackageElementFlavor flavor, long startTime, MediaPackage mediaPackage) IngestServiceImpl.addPartialTrack(URI uri, MediaPackageElementFlavor flavor, long startTime, MediaPackage mediaPackage) IngestServiceImpl.addTrack(InputStream in, String fileName, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestServiceImpl.addTrack(InputStream in, String fileName, MediaPackageElementFlavor flavor, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestServiceImpl.addTrack(URI uri, MediaPackageElementFlavor flavor, String[] tags, MediaPackage mediaPackage) Add a media track to an existing MediaPackage in the repositoryIngestServiceImpl.addZippedMediaPackage(InputStream zipStream) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String wd, Map<String, String> workflowConfig) IngestServiceImpl.addZippedMediaPackage(InputStream zipStream, String workflowDefinitionId, Map<String, String> workflowConfig, Long workflowInstanceId) Ingests the compressed mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.ingest(MediaPackage mp) Ingests the mediapackage and starts the default workflow as defined by theorg.opencastproject.workflow.default.definitionkey, found in the system configuration.Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.IngestServiceImpl.ingest(MediaPackage mp, String workflowDefinitionId, Map<String, String> properties, Long workflowInstanceId) Ingests the mediapackage and starts the workflow as defined byworkflowDefinitionID.voidIngestServiceImpl.schedule(MediaPackage mediaPackage, String workflowDefinitionID, Map<String, String> properties) protected booleanIngestServiceImpl.updateSeries(MediaPackage mediaPackage) Updates the persistent representation of a series based on a potentially modified dublin core document.