Uses of Interface
org.opencastproject.mediapackage.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in org.opencastproject.authorization.xacml
Methods in org.opencastproject.authorization.xacml that return types with arguments of type AttachmentModifier and TypeMethodDescriptionXACMLAuthorizationService.setAcl(MediaPackage mp, AclScope scope, AccessControlList acl) -
Uses of Attachment in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that return types with arguments of type AttachmentModifier and TypeMethodDescriptionComposerService.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Synchronously extracts images from the source track.Methods in org.opencastproject.composer.api with parameters of type AttachmentModifier and TypeMethodDescriptionComposerService.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerService.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.ComposerService.imageToVideo(Attachment sourceImageAttachment, String profileId, double duration) Transforms an image attachment to a video track -
Uses of Attachment in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that return types with arguments of type AttachmentModifier and TypeMethodDescriptionComposerServiceImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Methods in org.opencastproject.composer.impl with parameters of type AttachmentModifier and TypeMethodDescriptionComposerServiceImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerServiceImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.ComposerServiceImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) -
Uses of Attachment in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote that return types with arguments of type AttachmentModifier and TypeMethodDescriptionComposerServiceRemoteImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.Methods in org.opencastproject.composer.remote with parameters of type AttachmentModifier and TypeMethodDescriptionComposerServiceRemoteImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.ComposerServiceRemoteImpl.convertImageSync(Attachment image, String... profileIds) Synchronously converts the given image to different image formats using the specified encoding profiles.ComposerServiceRemoteImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) -
Uses of Attachment in org.opencastproject.coverimage.impl
Methods in org.opencastproject.coverimage.impl that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentAbstractCoverImageService.generateCoverImageInternal(Job job, String xml, String xsl, int width, int height, String posterImage, String targetFlavor) -
Uses of Attachment in org.opencastproject.graphql.type.output
Constructors in org.opencastproject.graphql.type.output with parameters of type Attachment -
Uses of Attachment in org.opencastproject.mediapackage
Methods in org.opencastproject.mediapackage that return AttachmentModifier and TypeMethodDescriptionMediaPackage.getAttachment(String attachmentId) Returns the attachment identified byattachmentIdornullif that attachment does not exist.MediaPackageImpl.getAttachment(String attachmentId) Returns the attachment identified byattachmentIdornullif that attachment does not exist.MediaPackage.getAttachments()Returns the attachments that are part of this media package.MediaPackage.getAttachments(MediaPackageElementFlavor flavor) Returns the attachments that are part of this media package and match the specified flavor.MediaPackageImpl.getAttachments()Returns the attachments that are part of this media package.MediaPackageImpl.getAttachments(MediaPackageElementFlavor flavor) Returns the attachments that are part of this media package and match the specified flavor.Publication.getAttachments()Returns the attachments that are part of this publication.PublicationImpl.getAttachments()Methods in org.opencastproject.mediapackage with parameters of type AttachmentModifier and TypeMethodDescriptionvoidMediaPackage.add(Attachment attachment) Adds an attachment to this media package.voidMediaPackageImpl.add(Attachment attachment) voidPublication.addAttachment(Attachment attachment) Adds an attachment to this publication.voidPublicationImpl.addAttachment(Attachment attachment) voidMediaPackage.remove(Attachment attachment) Removes the attachment from the media package.voidMediaPackageImpl.remove(Attachment attachment) Removes the attachment from the media package. -
Uses of Attachment in org.opencastproject.mediapackage.attachment
Classes in org.opencastproject.mediapackage.attachment that implement AttachmentMethods in org.opencastproject.mediapackage.attachment that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentCreates a new attachment from the url.AttachmentImpl.Adapter.unmarshal(AttachmentImpl mp) Methods in org.opencastproject.mediapackage.attachment with parameters of type Attachment -
Uses of Attachment in org.opencastproject.mediapackage.elementbuilder
Methods in org.opencastproject.mediapackage.elementbuilder that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentAbstractAttachmentBuilderPlugin.specializeAttachment(Attachment attachment) Overwrite this method in order to return a specialization of the attachment.Methods in org.opencastproject.mediapackage.elementbuilder with parameters of type AttachmentModifier and TypeMethodDescriptionprotected AttachmentAbstractAttachmentBuilderPlugin.specializeAttachment(Attachment attachment) Overwrite this method in order to return a specialization of the attachment. -
Uses of Attachment in org.opencastproject.security.api
Methods in org.opencastproject.security.api that return types with arguments of type AttachmentModifier 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. -
Uses of Attachment in org.opencastproject.textanalyzer.api
Methods in org.opencastproject.textanalyzer.api with parameters of type AttachmentModifier and TypeMethodDescriptionTextAnalyzerService.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of Attachment in org.opencastproject.textanalyzer.impl
Methods in org.opencastproject.textanalyzer.impl with parameters of type AttachmentModifier and TypeMethodDescriptionTextAnalyzerServiceImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of Attachment in org.opencastproject.textanalyzer.remote
Methods in org.opencastproject.textanalyzer.remote with parameters of type AttachmentModifier and TypeMethodDescriptionTextAnalysisRemoteImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of Attachment in org.opencastproject.timelinepreviews.ffmpeg
Methods in org.opencastproject.timelinepreviews.ffmpeg that return AttachmentModifier and TypeMethodDescriptionprotected AttachmentTimelinePreviewsServiceImpl.createPreviewsFFmpeg(Track track, double seconds, int width, int height, int tileX, int tileY, double duration) Executes the FFmpeg command to generate a timeline previews imageprotected AttachmentTimelinePreviewsServiceImpl.generatePreviewImages(Job job, Track track, int imageCount) Starts generation of timeline preview images for the given video track and returns an attachment containing one image that contains all the timeline preview images. -
Uses of Attachment in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer with parameters of type AttachmentModifier and TypeMethodDescriptionprotected voidImageWorkflowOperationHandler.adjustMetadata(org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.Extraction extraction, Attachment image, org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.Cfg cfg) Adjust flavor, tags, mime type ofimageaccording to the configuration and the extraction.protected voidImageWorkflowOperationHandler.moveToWorkspace(ImageWorkflowOperationHandler handler, MediaPackage mp, Attachment image, String fileName) Move the extractedimageto its final location in the workspace and rename it tofileName.