Uses of Interface
org.opencastproject.mediapackage.MediaPackage
Packages that use MediaPackage
Package
Description
This package and all of its sub-packages contain the API definition of the asset manager.
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Persistent storage of the default asset manager implementation.
The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
Implementation of search persistent storage.
Workflow service.
-
Uses of MediaPackage in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return MediaPackageMethods in org.opencastproject.assetmanager.api that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionAssetManager.getMediaPackage(String mediaPackageId) Get the media package from the lates snapshot.Methods in org.opencastproject.assetmanager.api with parameters of type MediaPackageModifier and TypeMethodDescriptionAssetManager.takeSnapshot(String owner, MediaPackage mp) Take a versioned snapshot of a media package.AssetManager.takeSnapshot(MediaPackage mediaPackage) Take a versioned snapshot of a media package using the owner of the last snapshot or the default owner if it does not exist. -
Uses of MediaPackage in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic <A> PropertyProperties.mkProperty(PropertyField<A> f, MediaPackage mp, A value) Create a property. -
Uses of MediaPackage in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return MediaPackageModifier and TypeMethodDescriptionPartialMediaPackage.getMediaPackage()SnapshotImpl.getMediaPackage()Methods in org.opencastproject.assetmanager.impl that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionAssetManagerImpl.getMediaPackage(String mediaPackageId) AssetManager implementationMethods in org.opencastproject.assetmanager.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic PartialMediaPackagePartialMediaPackage.mk(MediaPackage mp, com.entwinemedia.fn.Pred<MediaPackageElement> filter) AssetManagerImpl.takeSnapshot(String owner, MediaPackage mp) AssetManagerImpl.takeSnapshot(MediaPackage mp) Constructors in org.opencastproject.assetmanager.impl with parameters of type MediaPackageModifierConstructorDescriptionPartialMediaPackage(MediaPackage mediaPackage, com.entwinemedia.fn.Pred<MediaPackageElement> filter) SnapshotImpl(Long id, Version version, String organizationId, Date archivalDate, Availability availability, String storageId, String owner, MediaPackage mediaPackage) SnapshotImpl(Version version, String organizationId, Date archivalDate, Availability availability, String storageId, String owner, MediaPackage mediaPackage) -
Uses of MediaPackage in org.opencastproject.assetmanager.impl.persistence
Methods in org.opencastproject.assetmanager.impl.persistence that return MediaPackageMethods in org.opencastproject.assetmanager.impl.persistence with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic SnapshotDtoSnapshotDto.mk(MediaPackage mediaPackage, VersionImpl version, String organization, Date archivalDate, Availability availability, String storageId, String owner) -
Uses of MediaPackage in org.opencastproject.assetmanager.util
Methods in org.opencastproject.assetmanager.util with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic voidWorkflowPropertiesUtil.storeProperties(AssetManager assetManager, MediaPackage mediaPackage, Map<String, String> properties) Store selected properties for a media packagestatic voidWorkflowPropertiesUtil.storeProperty(AssetManager assetManager, MediaPackage mediaPackage, String name, String value) -
Uses of MediaPackage in org.opencastproject.authorization.xacml
Methods in org.opencastproject.authorization.xacml that return MediaPackageModifier and TypeMethodDescriptionXACMLAuthorizationService.removeAcl(MediaPackage mp, AclScope scope) Methods in org.opencastproject.authorization.xacml that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionXACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) Methods in org.opencastproject.authorization.xacml with parameters of type MediaPackageModifier and TypeMethodDescriptionXACMLAuthorizationService.getAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.getActiveAcl(MediaPackage mp) static StringXACMLUtils.getXacml(MediaPackage mediapackage, AccessControlList accessControlList) Builds an xml string containing the xacml for the mediapackage.booleanXACMLAuthorizationService.hasPermission(MediaPackage mp, String action) XACMLAuthorizationService.removeAcl(MediaPackage mp, AclScope scope) XACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) -
Uses of MediaPackage in org.opencastproject.distribution.api
Methods in org.opencastproject.distribution.api with parameters of type MediaPackageModifier and TypeMethodDescriptionDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionService.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) StreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) DistributionService.distributeSync(String channelId, MediaPackage mediapackage, String elementId) Distributes a media package element synchronously, bypassing the Opencast job system.DownloadDistributionService.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distributes the given elements synchronously.StreamingDistributionService.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) Distributes the given elements synchronously.DistributionService.retract(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel.DownloadDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) DistributionService.retractSync(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel synchronously, bypassing the Opencast job system.DownloadDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) Retracts the given elements synchronously.StreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) Retracts the given elements synchronously. -
Uses of MediaPackage in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 with parameters of type MediaPackageModifier and TypeMethodDescriptionAwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceImpl.distributeElement(String channelId, MediaPackage mediaPackage, MediaPackageElement element, boolean checkAvailability) Distribute a media package element to AWS S3.AwsS3DistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distribute Mediapackage elements to the download distribution service.AwsS3DistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) protected MediaPackageElementAwsS3DistributionServiceImpl.retractElement(String channelId, MediaPackage mediaPackage, MediaPackageElement element) Retracts the media package element with the given identifier from the distribution channel.protected MediaPackageElement[]AwsS3DistributionServiceImpl.retractElements(String channelId, MediaPackage mediapackage, Set<String> elementIds) Retract a media package element from the distribution channel.AwsS3DistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackage in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionAwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) AwsS3DistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackage in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download with parameters of type MediaPackageModifier and TypeMethodDescriptionDownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.distributeElement(String channelId, MediaPackage mediapackage, MediaPackageElement element, boolean checkAvailability, boolean preserveReference) Distribute a Mediapackage element to the download distribution service.DownloadDistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distribute Mediapackage elements to the download distribution service.DownloadDistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) Distribute Mediapackage elements to the download distribution service.DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) protected FileDownloadDistributionServiceImpl.getDistributionFile(String channelId, MediaPackage mp, MediaPackageElement element) Gets the destination file to copy the contents of a mediapackage element.protected FileDownloadDistributionServiceImpl.getMediaPackageDirectory(String channelId, MediaPackage mp) Gets the directory containing the distributed files for this mediapackage.DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) protected MediaPackageElementDownloadDistributionServiceImpl.retractElement(String channelId, MediaPackage mediapackage, MediaPackageElement element) Retract a media package element from the distribution channel.protected MediaPackageElement[]DownloadDistributionServiceImpl.retractElements(String channelId, MediaPackage mediapackage, Set<String> elementIds) Retract a media package element from the distribution channel.DownloadDistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) DownloadDistributionServiceImpl.setUpHLSElementforDistribution(String channelId, MediaPackage mediapackage, Track element, boolean preserveReference) -
Uses of MediaPackage in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionDownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) DownloadDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackage in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionStreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackage in org.opencastproject.distribution.streaming.wowza
Methods in org.opencastproject.distribution.streaming.wowza with parameters of type MediaPackageModifier and TypeMethodDescriptionWowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.WowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) WowzaStreamingDistributionService.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) WowzaStreamingDistributionService.distributeSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediapackage, String elementId) Retract a media package element from the distribution channel.WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) WowzaStreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, String elementId) WowzaStreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of MediaPackage in org.opencastproject.editor
Methods in org.opencastproject.editor with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected List<SegmentData> EditorServiceImpl.getDeletedSegments(MediaPackage mediaPackage, List<SegmentData> segments) -
Uses of MediaPackage in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic EventEventIndexUtils.updateEvent(Event event, MediaPackage mp) Update the givenEventwith the givenMediaPackage. -
Uses of MediaPackage in org.opencastproject.execute.api
Methods in org.opencastproject.execute.api with parameters of type MediaPackageModifier and TypeMethodDescriptionExecuteService.execute(String exec, String args, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load) Execute the operation specified byexecwith the argument string indicated byargs. -
Uses of MediaPackage in org.opencastproject.execute.impl
Methods in org.opencastproject.execute.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected StringExecuteServiceImpl.doProcess(List<String> arguments, MediaPackage mp, String outFileName, MediaPackageElement.Type expectedType) Does the actual processing, given a mediapackage (Execute Once WOH)ExecuteServiceImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type expectedType, float load) Execute the operation specified byexecwith the argument string indicated byargs. -
Uses of MediaPackage in org.opencastproject.execute.remote
Methods in org.opencastproject.execute.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionExecuteServiceRemoteImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load) -
Uses of MediaPackage in org.opencastproject.external.util
Methods in org.opencastproject.external.util that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionstatic List<MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, CaptureAgentStateService agentStateService, SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo.Method parameters in org.opencastproject.external.util with type arguments of type MediaPackageModifier and TypeMethodDescriptionstatic List<com.entwinemedia.fn.data.json.JValue> SchedulingUtils.convertConflictingEvents(Optional<String> checkedEventId, List<MediaPackage> mediaPackages, IndexService indexService, ElasticsearchIndex elasticsearchIndex) Convert the given list ofMediaPackageelements to a JSON used to tell which events are causing conflicts. -
Uses of MediaPackage in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that return MediaPackageMethods in org.opencastproject.index.service.api with parameters of type MediaPackageModifier and TypeMethodDescriptionIndexService.updateEventAssets(MediaPackage mp, javax.servlet.http.HttpServletRequest request) Create or Update an existing event asset. -
Uses of MediaPackage in org.opencastproject.index.service.catalog.adapter.events
Methods in org.opencastproject.index.service.catalog.adapter.events with parameters of type MediaPackageModifier and TypeMethodDescriptionConfigurableEventDCCatalogUIAdapter.getFields(MediaPackage mediapackage) CommonEventCatalogUIAdapter.storeFields(MediaPackage mediaPackage, DublinCoreMetadataCollection abstractMetadata) ConfigurableEventDCCatalogUIAdapter.storeFields(MediaPackage mediaPackage, DublinCoreMetadataCollection abstractMetadata) -
Uses of MediaPackage in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that return MediaPackageModifier and TypeMethodDescriptionIndexServiceImpl.getEventMediapackage(Event event) protected MediaPackageIndexServiceImpl.updateMpAssetFlavor(List<String> assetList, MediaPackage mp, org.json.simple.JSONArray assetMetadata) Update the flavor of newly added asset with the passed metadataMethods in org.opencastproject.index.service.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionIndexServiceImpl.createEvent(org.json.simple.JSONObject metadataJson, MediaPackage mp) IndexServiceImpl.updateEventAssets(MediaPackage mp, javax.servlet.http.HttpServletRequest request) protected MediaPackageIndexServiceImpl.updateMpAssetFlavor(List<String> assetList, MediaPackage mp, org.json.simple.JSONArray assetMetadata) Update the flavor of newly added asset with the passed metadata -
Uses of MediaPackage in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util that return types with arguments of type MediaPackageModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.Opt<MediaPackage> EventHttpServletRequest.getMediaPackage()Methods in org.opencastproject.index.service.impl.util with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidEventHttpServletRequest.setMediaPackage(MediaPackage mediaPackage) -
Uses of MediaPackage in org.opencastproject.ingest.api
Methods in org.opencastproject.ingest.api that return MediaPackageModifier 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.createMediaPackage()Create a new MediaPackage in the repository.IngestService.createMediaPackage(String mediaPackageID) Create a new MediaPackage in the repository.Methods in org.opencastproject.ingest.api with parameters of type MediaPackageModifier 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 repositoryvoidIngestService.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 MediaPackage in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl that return MediaPackageModifier 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.createMediaPackage()Create a new MediaPackage in the repository.IngestServiceImpl.createMediaPackage(String mediaPackageId) Create a new MediaPackage in the repository.Methods in org.opencastproject.ingest.impl with parameters of type MediaPackageModifier 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 repositoryprotected URIIngestServiceImpl.addContentToRepo(MediaPackage mp, String elementId, URI uri) IngestServiceImpl.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 repositoryvoidIngestServiceImpl.discardMediaPackage(MediaPackage mp) Delete an existing MediaPackage and any linked files from the temporary ingest filestore.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. -
Uses of MediaPackage in org.opencastproject.ingestdownloadservice.api
Methods in org.opencastproject.ingestdownloadservice.api with parameters of type MediaPackageModifier and TypeMethodDescriptionIngestDownloadService.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) -
Uses of MediaPackage in org.opencastproject.ingestdownloadservice.impl
Methods in org.opencastproject.ingestdownloadservice.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionIngestDownloadServiceImpl.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) -
Uses of MediaPackage in org.opencastproject.ingestdownloadservice.remote
Methods in org.opencastproject.ingestdownloadservice.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionIngestDownloadServiceRemoteImpl.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) -
Uses of MediaPackage in org.opencastproject.mediapackage
Classes in org.opencastproject.mediapackage that implement MediaPackageModifier and TypeClassDescriptionfinal classDefault implementation for a media media package.Fields in org.opencastproject.mediapackage declared as MediaPackageModifier and TypeFieldDescriptionprotected MediaPackageAbstractMediaPackageElement.mediaPackageThe parent media packageFields in org.opencastproject.mediapackage with type parameters of type MediaPackageModifier and TypeFieldDescriptionstatic final Function<MediaPackage, String> MediaPackageSupport.getIdDeprecated.Methods in org.opencastproject.mediapackage that return MediaPackageModifier and TypeMethodDescriptionstatic MediaPackageMediaPackageSupport.copy(MediaPackage mp) Create a copy of the given media package.MediaPackageBuilder.createNew()Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.MediaPackageBuilderImpl.createNew()Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.Creates a new media package in the temporary directory defined by the java runtime propertyjava.io.tmpdir.static MediaPackageMediaPackageParser.getFromXml(String xml) Parses the media package and returns its object representation.AbstractMediaPackageElement.getMediaPackage()MediaPackageElement.getMediaPackage()Returns the media package if the element has been added,nullotherwise.static MediaPackageMediaPackageSupport.loadFromClassPath(String path) To be used in unit tests.MediaPackageBuilder.loadFromXml(InputStream is) Loads a media package from the manifest.MediaPackageBuilder.loadFromXml(String xml) Loads a media package from the manifest.MediaPackageBuilder.loadFromXml(Node xml) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(InputStream is) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(String xml) Loads a media package from the manifest.MediaPackageBuilderImpl.loadFromXml(Node xml) static MediaPackageMediaPackageSupport.merge(MediaPackage dest, MediaPackage src, MediaPackageSupport.MergeMode mode) Merges the contents of media package located atsourceDirinto the media package located attargetDir.MediaPackageImpl.Adapter.unmarshal(MediaPackageImpl mp) Methods in org.opencastproject.mediapackage that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionstatic List<MediaPackage> MediaPackageParser.getArrayFromXml(String xml) Parses the serialized media package list.Methods in org.opencastproject.mediapackage with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic booleanMediaPackageSupport.contains(String identifier, MediaPackage mp) Returnstrueif the media package contains an element with the specified identifier.static MediaPackageMediaPackageSupport.copy(MediaPackage mp) Create a copy of the given media package.static StringMediaPackageParser.getAsJSON(MediaPackage mediaPackage) Serializes the media package to a JSON string.static StringMediaPackageParser.getAsXml(MediaPackage mediaPackage) Serializes the media package to a string.static DocumentMediaPackageParser.getAsXml(MediaPackage mediaPackage, MediaPackageSerializer serializer) Serializes the media package to aDocument.static DocumentMediaPackageParser.getAsXmlDocument(MediaPackage mp) Serializes a media package to aDocumentwithout any further processing.MediaPackageImpl.Adapter.marshal(MediaPackage mp) static MediaPackageMediaPackageSupport.merge(MediaPackage dest, MediaPackage src, MediaPackageSupport.MergeMode mode) Merges the contents of media package located atsourceDirinto the media package located attargetDir.AdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, Function2<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance.MediaPackageSupport.sanityCheck(MediaPackage mp) Basic sanity checking for media packages.MediaPackageElementSelector.select(MediaPackage mediaPackage, boolean withTagsAndFlavors) Returns the media package elements that are matched by this selector.MediaPackageElementSelector.select(MediaPackage mediaPackage, String publicationChannel, boolean withTagsAndFlavors) Returns the elements that are matched by this selector from the given publication of the given media package.static Consumer<MediaPackageElement> MediaPackageSupport.updateElement(MediaPackage mp) static voidMediaPackageSupport.updateElement(MediaPackage mp, MediaPackageElement e) Update a mediapackage element of a mediapackage.Method parameters in org.opencastproject.mediapackage with type arguments of type MediaPackageModifier and TypeMethodDescriptionstatic StringMediaPackageParser.getArrayAsXml(List<MediaPackage> mediaPackages) Serializes media package list to a string.Constructors in org.opencastproject.mediapackage with parameters of type MediaPackageModifierConstructorDescriptionMediaPackageReferenceImpl(MediaPackage mediaPackage) Creates a reference to the specified media package. -
Uses of MediaPackage in org.opencastproject.mediapackage.selector
Methods in org.opencastproject.mediapackage.selector with parameters of type MediaPackageModifier and TypeMethodDescriptionAbstractMediaPackageElementSelector.select(MediaPackage mediaPackage, boolean withTagsAndFlavors) This base implementation will return those media package elements that match the type specified as the type parameter to the class and that flavor (if specified) AND at least one of the tags (if specified) match.AbstractMediaPackageElementSelector.select(MediaPackage mediaPackage, String publicationChannel, boolean withTagsAndFlavors) Similar to above, but will get media package elements from the given publication instead. -
Uses of MediaPackage in org.opencastproject.message.broker.api.assetmanager
Fields in org.opencastproject.message.broker.api.assetmanager with type parameters of type MediaPackageModifier and TypeFieldDescriptionstatic final Function<AssetManagerItem.TakeSnapshot, MediaPackage> AssetManagerItem.TakeSnapshot.getMediaPackageMethods in org.opencastproject.message.broker.api.assetmanager that return MediaPackageMethods in org.opencastproject.message.broker.api.assetmanager with parameters of type MediaPackageModifier and TypeMethodDescriptionAssetManagerItem.add(Workspace workspace, MediaPackage mp, AccessControlList acl, long version, Date date) -
Uses of MediaPackage in org.opencastproject.metadata
Methods in org.opencastproject.metadata with parameters of type MediaPackageModifier and TypeMethodDescriptionStaticMetadataServiceMediaPackageImpl.getMetadata(MediaPackage mp) Gets the metadata for aMediaPackageif possible. -
Uses of MediaPackage in org.opencastproject.metadata.api
Methods in org.opencastproject.metadata.api with parameters of type MediaPackageModifier and TypeMethodDescriptionMetadataService.getMetadata(MediaPackage mediaPackage) Gets the metadata for aMediaPackageif possible. -
Uses of MediaPackage in org.opencastproject.metadata.api.util
Methods in org.opencastproject.metadata.api.util with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic voidMediaPackageMetadataSupport.populateMediaPackageMetadata(MediaPackage mp, MediaPackageMetadata metadata) Updates all of the given MediaPackage's meta data with the given MediaPackageMetadata content. -
Uses of MediaPackage in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore with parameters of type MediaPackageModifier and TypeMethodDescriptionEventCatalogUIAdapter.getFields(MediaPackage mediapackage) DublinCoreCatalogService.getMetadata(MediaPackage mp) Gets the metadata for aMediaPackageif possible.StaticMetadataServiceDublinCoreImpl.getMetadata(MediaPackage mp) Gets the metadata for aMediaPackageif possible.static Optional<DublinCoreCatalog> DublinCoreUtil.loadEpisodeDublinCore(Workspace workspace, MediaPackage mediaPackage) Load the episode DublinCore catalog contained in a media package.EventCatalogUIAdapter.storeFields(MediaPackage mediapackage, DublinCoreMetadataCollection metadataCollection) Store a change in the metadata into the media package as aCatalog -
Uses of MediaPackage in org.opencastproject.oaipmh.persistence
Methods in org.opencastproject.oaipmh.persistence that return MediaPackageMethods in org.opencastproject.oaipmh.persistence with parameters of type MediaPackageModifier and TypeMethodDescriptionQueryBuilder.mediaPackageId(MediaPackage mediaPackage) voidOaiPmhDatabase.store(MediaPackage mediaPackage, String repository) Stores or updates a mediapackage from the OAI-PMH persistence -
Uses of MediaPackage in org.opencastproject.oaipmh.persistence.impl
Methods in org.opencastproject.oaipmh.persistence.impl that return MediaPackageMethods in org.opencastproject.oaipmh.persistence.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidAbstractOaiPmhDatabase.store(MediaPackage mediaPackage, String repository) voidAbstractOaiPmhDatabase.updateEntity(OaiPmhEntity entity, MediaPackage mediaPackage, String repository) Constructors in org.opencastproject.oaipmh.persistence.impl with parameters of type MediaPackageModifierConstructorDescriptionSearchResultItemImpl(String mediaPackageId, String mediaPackageXml, String organization, String repoId, Date modificationDate, Boolean isDeleted, MediaPackage mediaPackage, List<SearchResultElementItem> mediaPackageElements, List<String> setSpecs) -
Uses of MediaPackage in org.opencastproject.oaipmh.server
Methods in org.opencastproject.oaipmh.server with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidOaiPmhRepository.addItem(MediaPackage mp) Add an item to the repository. -
Uses of MediaPackage in org.opencastproject.publication.api
Methods in org.opencastproject.publication.api with parameters of type MediaPackageModifier and TypeMethodDescriptionOaiPmhPublicationService.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) Publishes some media package elements.YouTubePublicationService.publish(MediaPackage mediaPackage, Track track) Publishes a media package element.ConfigurablePublicationService.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Replaces media package elements.OaiPmhPublicationService.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) Updates the given media package in the Oai-Pmh storage incrementally, i.e. without retracting the whole media package.ConfigurablePublicationService.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Synchronously replaces media package elements.OaiPmhPublicationService.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) Synchronously updates the given media package in the Oai-Pmh storage incrementally, i.e. without retracting the whole media package.OaiPmhPublicationService.retract(MediaPackage mediaPackage, String repository) Retract a media package from the publication channel.YouTubePublicationService.retract(MediaPackage mediaPackage) Retract a media package element from the distribution channel.OaiPmhPublicationService.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) Update all media package elements that match the flavors and tags. -
Uses of MediaPackage in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable with parameters of type MediaPackageModifier and TypeMethodDescriptionConfigurablePublicationServiceImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) ConfigurablePublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of MediaPackage in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionConfigurablePublicationServiceRemoteImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) ConfigurablePublicationServiceRemoteImpl.replaceSync(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of MediaPackage in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that return MediaPackageModifier and TypeMethodDescriptionstatic MediaPackageOaiPmhPublicationServiceImpl.merge(MediaPackage updatedMp, MediaPackage publishedMp) Merges the updated media package with the one that is currently published in a way where the updated elements replace existing ones in the published media package based on their flavor.static MediaPackageOaiPmhPublicationServiceImpl.removeMatchingNonExistantElements(MediaPackage updatedMp, MediaPackage publishedMp, Set<MediaPackageElementFlavor> flavors, Set<String> tags) Remove all these elements frompublishedMp, that matches the given flavors and tags but are not in theupdatedMp.Methods in org.opencastproject.publication.oaipmh with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected voidOaiPmhPublicationServiceImpl.checkInputArguments(MediaPackage mediaPackage, String repository) static MediaPackageOaiPmhPublicationServiceImpl.merge(MediaPackage updatedMp, MediaPackage publishedMp) Merges the updated media package with the one that is currently published in a way where the updated elements replace existing ones in the published media package based on their flavor.protected PublicationOaiPmhPublicationServiceImpl.publish(Job job, MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) OaiPmhPublicationServiceImpl.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) static MediaPackageOaiPmhPublicationServiceImpl.removeMatchingNonExistantElements(MediaPackage updatedMp, MediaPackage publishedMp, Set<MediaPackageElementFlavor> flavors, Set<String> tags) Remove all these elements frompublishedMp, that matches the given flavors and tags but are not in theupdatedMp.OaiPmhPublicationServiceImpl.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceImpl.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) protected PublicationOaiPmhPublicationServiceImpl.retract(Job job, MediaPackage mediaPackage, String repository) OaiPmhPublicationServiceImpl.retract(MediaPackage mediaPackage, String repository) protected PublicationOaiPmhPublicationServiceImpl.updateMetadata(Job job, MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) OaiPmhPublicationServiceImpl.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of MediaPackage in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionOaiPmhPublicationServiceRemoteImpl.publish(MediaPackage mediaPackage, String repository, Set<String> downloadIds, Set<String> streamingIds, boolean checkAvailability) OaiPmhPublicationServiceRemoteImpl.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceRemoteImpl.replaceSync(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceRemoteImpl.retract(MediaPackage mediaPackage, String repository) OaiPmhPublicationServiceRemoteImpl.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of MediaPackage in org.opencastproject.publication.youtube
Methods in org.opencastproject.publication.youtube with parameters of type MediaPackageModifier and TypeMethodDescriptionYouTubeV3PublicationServiceImpl.publish(MediaPackage mediaPackage, Track track) YouTubeV3PublicationServiceImpl.retract(MediaPackage mediaPackage) Constructors in org.opencastproject.publication.youtube with parameters of type MediaPackageModifierConstructorDescriptionUploadProgressListener(MediaPackage mediaPackage, File file) YouTubePublicationAdapter(MediaPackage mp, Workspace workspace) Create a single-use strategy instance for publication to youtube -
Uses of MediaPackage in org.opencastproject.publication.youtube.remote
Methods in org.opencastproject.publication.youtube.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionYouTubePublicationServiceRemoteImpl.publish(MediaPackage mediaPackage, Track track) YouTubePublicationServiceRemoteImpl.retract(MediaPackage mediaPackage) -
Uses of MediaPackage in org.opencastproject.scheduler.api
Methods in org.opencastproject.scheduler.api that return MediaPackageModifier and TypeMethodDescriptionSchedulerEvent.getMediaPackage()Returns the mediapackageSchedulerService.getMediaPackage(String mediaPackageId) Retrieves mediapackage associated with specified event ID.Methods in org.opencastproject.scheduler.api that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionSchedulerService.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) Returns list of all conflicting events, i.e. all events that ends after start date and begins before end date.SchedulerService.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date startDate, Date endDate, long duration, TimeZone timezone) Returns list of all conflicting events.SchedulerService.getCurrentRecording(String captureAgentId) Retrieves the currently active recording for the given capture agent (if any).SchedulerService.getUpcomingRecording(String captureAgentId) Retrieves the upcoming recording for the given capture agent (if any).SchedulerService.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) Retrieves all events matching given filter.Methods in org.opencastproject.scheduler.api with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidSchedulerService.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) Creates new event using specified mediapackage, workflow configuration and capture agent configuration.SchedulerService.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) Creates a group of new event using specified mediapackage, workflow configuration and capture agent configuration. -
Uses of MediaPackage in org.opencastproject.scheduler.endpoint
Methods in org.opencastproject.scheduler.endpoint with parameters of type MediaPackageModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseSchedulerRestService.addMultipleEvents(String rruleString, long startTime, long endTime, long duration, String tzString, String agentId, String users, MediaPackage templateMp, String workflowProperties, String agentParameters, String schedulingSource) Creates new event based on parameters.Method parameters in org.opencastproject.scheduler.endpoint with type arguments of type MediaPackageModifier and TypeMethodDescriptionSchedulerRestService.getEventListAsJsonString(List<MediaPackage> mpList) Serializes mediapackage schedule metadata into JSON array string. -
Uses of MediaPackage in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl that return MediaPackageModifier and TypeMethodDescriptionCaptureNowProlongingService.getCurrentRecording(String agentId) Returns the current event for the given capture agent.SchedulerEventImpl.getMediaPackage()SchedulerServiceImpl.getMediaPackage(String mediaPackageId) Methods in org.opencastproject.scheduler.impl that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionSchedulerServiceImpl.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) SchedulerServiceImpl.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date start, Date end, long duration, TimeZone tz) SchedulerServiceImpl.getCurrentRecording(String captureAgentId) SchedulerServiceImpl.getUpcomingRecording(String captureAgentId) SchedulerServiceImpl.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) Methods in org.opencastproject.scheduler.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionbooleanCalendarGenerator.addEvent(MediaPackage mp, DublinCoreCatalog catalog, String agentId, Date start, Date end, Date lastModified, String captureAgentMetadata) Adds an SchedulerEvent as a new entry to this iCalendarvoidSchedulerServiceImpl.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceImpl.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) static StringSchedulerUtil.calculateChecksum(Workspace workspace, List<MediaPackageElementFlavor> eventCatalogUIAdapterFlavors, Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Optional<DublinCoreCatalog> episodeDublincore, Map<String, String> wfProperties, Map<String, String> finalCaProperties, AccessControlList acl) voidCaptureNowProlongingService.prolongEvent(MediaPackage event, DublinCoreCatalog dublinCore, String agentId) Extends the current recording.voidSchedulerEventImpl.setMediaPackage(MediaPackage mediaPackage) Constructors in org.opencastproject.scheduler.impl with parameters of type MediaPackageModifierConstructorDescriptionSchedulerEventImpl(String eventId, String version, MediaPackage mediaPackage, TechnicalMetadata technicalMetadata) Builds a representation of the technical metadata. -
Uses of MediaPackage in org.opencastproject.scheduler.remote
Methods in org.opencastproject.scheduler.remote that return MediaPackageMethods in org.opencastproject.scheduler.remote that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionSchedulerServiceRemoteImpl.findConflictingEvents(String captureDeviceID, Date startDate, Date endDate) SchedulerServiceRemoteImpl.findConflictingEvents(String captureAgentId, net.fortuna.ical4j.model.property.RRule rrule, Date startDate, Date endDate, long duration, TimeZone timezone) SchedulerServiceRemoteImpl.getCurrentRecording(String captureAgentId) SchedulerServiceRemoteImpl.getUpcomingRecording(String captureAgentId) SchedulerServiceRemoteImpl.search(Optional<String> captureAgentId, Optional<Date> startsFrom, Optional<Date> startsTo, Optional<Date> endFrom, Optional<Date> endTo) Methods in org.opencastproject.scheduler.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidSchedulerServiceRemoteImpl.addEvent(Date startDateTime, Date endDateTime, String captureAgentId, Set<String> userIds, MediaPackage mediaPackage, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) SchedulerServiceRemoteImpl.addMultipleEvents(net.fortuna.ical4j.model.property.RRule rRule, Date start, Date end, Long duration, TimeZone tz, String captureAgentId, Set<String> userIds, MediaPackage templateMp, Map<String, String> wfProperties, Map<String, String> caMetadata, Optional<String> schedulingSource) -
Uses of MediaPackage in org.opencastproject.search.api
Methods in org.opencastproject.search.api that return MediaPackageModifier and TypeMethodDescriptionGets theMediaPackagefor an event, based on its mediapackage ID.SearchResult.getMediaPackage()Methods in org.opencastproject.search.api that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionCollection<org.apache.commons.lang3.tuple.Pair<Organization, MediaPackage>> Returns a list ofOrganization,MediaPackagepairs of mediapackages within a series.Methods in org.opencastproject.search.api with parameters of type MediaPackageModifier and TypeMethodDescriptionSearchService.add(MediaPackage mediaPackage) Adds the media package to the search index.voidSearchService.addSynchronously(MediaPackage mediaPackage) Immediately adds the mediapackage to the search index.Constructors in org.opencastproject.search.api with parameters of type MediaPackageModifierConstructorDescriptionSearchResult(SearchService.IndexEntryType type, DublinCoreCatalog dc, AccessControlList acl, String orgId, MediaPackage mp, Instant modified, Instant deleted) -
Uses of MediaPackage in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that return MediaPackageMethods in org.opencastproject.search.impl that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionCollection<org.apache.commons.lang3.tuple.Pair<Organization, MediaPackage>> Methods in org.opencastproject.search.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionSearchServiceImpl.add(MediaPackage mediaPackage) Adds the media package to the search index.voidSearchServiceImpl.addSynchronously(MediaPackage mediaPackage) voidSearchServiceIndex.addSynchronously(MediaPackage mediaPackage) Immediately adds the mediapackage to the search index. -
Uses of MediaPackage in org.opencastproject.search.impl.persistence
Methods in org.opencastproject.search.impl.persistence that return MediaPackageModifier and TypeMethodDescriptionSearchServiceDatabase.getMediaPackage(String mediaPackageId) Gets a single media package by its identifier.SearchServiceDatabaseImpl.getMediaPackage(String mediaPackageId) Gets a single media package by its identifier.Methods in org.opencastproject.search.impl.persistence that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionSearchServiceDatabase.getAllMediaPackages(int pagesize, int offset) Returns all search entries in persistent storage.SearchServiceDatabaseImpl.getAllMediaPackages(int pagesize, int offset) Returns all search entries in persistent storage.Collection<org.apache.commons.lang3.tuple.Pair<Organization, MediaPackage>> Gets media packages from a specific seriesCollection<org.apache.commons.lang3.tuple.Pair<Organization, MediaPackage>> Gets media packages from a specific seriesMethods in org.opencastproject.search.impl.persistence with parameters of type MediaPackageModifier and TypeMethodDescriptionvoidSearchServiceDatabase.storeMediaPackage(MediaPackage mediaPackage, AccessControlList acl, Date now) Store (or update) media package.voidSearchServiceDatabaseImpl.storeMediaPackage(MediaPackage mediaPackage, AccessControlList acl, Date now) Store (or update) media package. -
Uses of MediaPackage in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return MediaPackageModifier and TypeMethodDescriptionAuthorizationService.removeAcl(MediaPackage mp, AclScope scope) Remove the XACML of the given scope.Methods in org.opencastproject.security.api that return types with arguments of type MediaPackageModifier and TypeMethodDescriptionAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of the same scope.Methods in org.opencastproject.security.api with parameters of type MediaPackageModifier and TypeMethodDescriptionAuthorizationService.getAcl(MediaPackage mp, AclScope scope) Gets the access control list for a given scope associated with the given media package, as specified by its XACML attachments.AuthorizationService.getActiveAcl(MediaPackage mp) Gets the active access control list associated with the given media package, as specified by its XACML attachments.booleanAuthorizationService.hasPermission(MediaPackage mp, String action) Determines whether the current user can take the specified action on the media package.AuthorizationService.removeAcl(MediaPackage mp, AclScope scope) Remove the XACML of the given scope.AuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) Attaches the provided policies to a media package as a XACML attachment, replacing any previous policy element of the same scope. -
Uses of MediaPackage in org.opencastproject.smil.api
Methods in org.opencastproject.smil.api with parameters of type MediaPackageModifier and TypeMethodDescriptionSmilService.createNewSmil(MediaPackage mediaPackage) Create a newSmiland store theMediaPackageId as meta data. -
Uses of MediaPackage in org.opencastproject.smil.api.util
Methods in org.opencastproject.smil.api.util with parameters of type MediaPackageModifier and TypeMethodDescriptionstatic org.w3c.dom.smil.SMILDocumentSmilUtil.getSmilDocumentFromMediaPackage(MediaPackage mp, MediaPackageElementFlavor smilFlavor, Workspace workspace) -
Uses of MediaPackage in org.opencastproject.smil.impl
Methods in org.opencastproject.smil.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionSmilServiceImpl.createNewSmil(MediaPackage mediaPackage) Create a newSmiland store theMediaPackageId as meta data. -
Uses of MediaPackage in org.opencastproject.workflow.api
Fields in org.opencastproject.workflow.api declared as MediaPackageModifier and TypeFieldDescriptionprotected MediaPackageWorkflowOperationResultImpl.resultingMediaPackageMethods in org.opencastproject.workflow.api that return MediaPackageModifier and TypeMethodDescriptionWorkflowInstance.getMediaPackage()WorkflowOperationResult.getMediaPackage()WorkflowOperationResultImpl.getMediaPackage()Methods in org.opencastproject.workflow.api with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, Map<String, String> properties, WorkflowOperationResult.Action action, long timeInQueue) Creates a result for the execution of this workflow operation handler.protected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, WorkflowOperationResult.Action action) Creates a result for the execution of this workflow operation handler.protected WorkflowOperationResultAbstractWorkflowOperationHandler.createResult(MediaPackage mediaPackage, WorkflowOperationResult.Action action, long timeInQueue) Creates a result for the execution of this workflow operation handler.voidWorkflowInstance.setMediaPackage(MediaPackage mediaPackage) voidWorkflowOperationResultImpl.setMediaPackage(MediaPackage mediaPackage) Sets the resulting media package.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowService.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.Constructors in org.opencastproject.workflow.api with parameters of type MediaPackageModifierConstructorDescriptionWorkflowInstance(long id, WorkflowInstance.WorkflowState state, String template, String title, String description, String creatorName, String organizationId, Date dateCreated, Date dateCompleted, MediaPackage mediaPackage, List<WorkflowOperationInstance> operations, Map<String, String> configurations, String mediaPackageId, String seriesId) WorkflowInstance(WorkflowDefinition def, MediaPackage mediaPackage, User creator, Organization organization, Map<String, String> configuration) Constructs a new workflow instance from the given definition, mediapackage, and optional parent workflow ID and properties.WorkflowOperationResultImpl(MediaPackage resultingMediaPackage, Map<String, String> properties, WorkflowOperationResult.Action action, long timeInQueue) Constructs a new WorkflowOperationResultImpl from a mediapackage and an action. -
Uses of MediaPackage in org.opencastproject.workflow.handler.assetmanager
Methods in org.opencastproject.workflow.handler.assetmanager that return MediaPackageModifier and TypeMethodDescriptionprotected MediaPackageAssetManagerSnapshotWorkflowOperationHandler.getMediaPackageForArchival(MediaPackage current, List<String> tags, List<MediaPackageElementFlavor> sourceFlavors) Methods in org.opencastproject.workflow.handler.assetmanager with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected MediaPackageAssetManagerSnapshotWorkflowOperationHandler.getMediaPackageForArchival(MediaPackage current, List<String> tags, List<MediaPackageElementFlavor> sourceFlavors) -
Uses of MediaPackage in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected longPartialImportWorkflowOperationHandler.checkForEncodeToStandard(MediaPackage mediaPackage, boolean forceEncoding, Optional<EncodingProfile> forceProfile, List<String> requiredExtensions, MediaPackageElementFlavor targetPresenterFlavor, MediaPackageElementFlavor targetPresentationFlavor, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.checkForMuxing(MediaPackage mediaPackage, MediaPackageElementFlavor targetPresentationFlavor, MediaPackageElementFlavor targetPresenterFlavor, boolean useSuffix, List<MediaPackageElement> elementsToClean) protected longPartialImportWorkflowOperationHandler.mux(MediaPackage mediaPackage, Track video, Track audio, List<MediaPackageElement> elementsToClean) Mux a video and an audio track. -
Uses of MediaPackage in org.opencastproject.workflow.handler.coverimage
Methods in org.opencastproject.workflow.handler.coverimage with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected StringCoverImageWorkflowOperationHandlerBase.getMetadataXml(MediaPackage mp, WorkflowOperationInstance operation) protected StringCoverImageWorkflowOperationHandlerBase.getPosterImageFileUrl(MediaPackage mediaPackage, String posterimageFlavor) -
Uses of MediaPackage in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that return MediaPackageModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution.protected MediaPackagePublishEngageWorkflowOperationHandler.mergePackages(MediaPackage updatedMp, MediaPackage publishedMp, List<MediaPackageElementFlavor> mergeForceFlavors, List<MediaPackageElementFlavor> addForceFlavors) MH-10216, Copied from the original RepublishWorkflowOperationHandler Merges the updated mediapackage with the one that is currently published in a way where the updated elements replace existing ones in the published mediapackage based on their flavor.Methods in org.opencastproject.workflow.handler.distribution with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution.ConfigurableWorkflowOperationHandlerBase.getPublications(MediaPackage mp, String channelId) protected MediaPackagePublishEngageWorkflowOperationHandler.mergePackages(MediaPackage updatedMp, MediaPackage publishedMp, List<MediaPackageElementFlavor> mergeForceFlavors, List<MediaPackageElementFlavor> addForceFlavors) MH-10216, Copied from the original RepublishWorkflowOperationHandler Merges the updated mediapackage with the one that is currently published in a way where the updated elements replace existing ones in the published mediapackage based on their flavor.ConfigurablePublishWorkflowOperationHandler.populateUrlWithVariables(String urlPattern, MediaPackage mp, String pubUUID) Replace possible variables in the url-pattern configuration for this workflow operation handler.voidConfigurableWorkflowOperationHandlerBase.retract(MediaPackage mp, String channelId, boolean retractStreaming) RetractEngageWorkflowOperationHandler.retractElements(Set<String> retractElementIds, MediaPackage searchMediaPackage) Generate the jobs retracted the selected elements -
Uses of MediaPackage in org.opencastproject.workflow.handler.inspection
Methods in org.opencastproject.workflow.handler.inspection with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected voidInspectWorkflowOperationHandler.updateDublinCore(MediaPackage mediaPackage) Updates those dublin core fields that can be gathered from the technical metadata. -
Uses of MediaPackage in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found.protected Map<Catalog, Mpeg7Catalog> TextAnalysisWorkflowOperationHandler.loadSegmentCatalogs(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Extracts the catalogs from the media package that match the requirements of flavor and tags specified in the operation handler. -
Uses of MediaPackage in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected FileZipWorkflowOperationHandler.zip(MediaPackage mediaPackage, List<MediaPackageElementFlavor> flavorsToZip, boolean compress) Creates a zip archive of all elements in a mediapackage. -
Uses of MediaPackage in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl with parameters of type MediaPackageModifier and TypeMethodDescriptionprotected voidWorkflowServiceImpl.populateMediaPackageMetadata(MediaPackage mp) Reads the available metadata from the dublin core catalog (if there is one) and updates the mediapackage.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage sourceMediaPackage, Long parentWorkflowId, Map<String, String> originalProperties) Creates a new workflow instance and starts the workflow.WorkflowServiceImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow. -
Uses of MediaPackage in org.opencastproject.workflow.remote
Methods in org.opencastproject.workflow.remote with parameters of type MediaPackageModifier and TypeMethodDescriptionWorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Long parentWorkflowId, Map<String, String> properties) Creates a new workflow instance and starts the workflow.WorkflowServiceRemoteImpl.start(WorkflowDefinition workflowDefinition, MediaPackage mediaPackage, Map<String, String> properties) Creates a new workflow instance and starts the workflow.