Uses of Interface
org.opencastproject.mediapackage.Attachment
Packages that use Attachment
Package
Description
-
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.