| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.mediapackage.attachment | |
| org.opencastproject.mediapackage.elementbuilder | |
| org.opencastproject.security.api |
| Modifier and Type | Field and Description |
|---|---|
static Function<MediaPackageElement,List<Attachment>> |
MediaPackageSupport.Filters.attachments |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
MediaPackage.getAttachment(String attachmentId)
Returns the attachment identified by
attachmentId or null if that attachment doesn't
exists. |
Attachment |
MediaPackageImpl.getAttachment(String attachmentId)
Returns the attachment identified by
attachmentId or null if that attachment doesn't
exists. |
Attachment[] |
PublicationImpl.getAttachments() |
Attachment[] |
Publication.getAttachments()
Returns the attachments that are part of this publication.
|
Attachment[] |
MediaPackage.getAttachments()
Returns the attachments that are part of this media package.
|
Attachment[] |
MediaPackageImpl.getAttachments()
Returns the attachments that are part of this media package.
|
Attachment[] |
MediaPackage.getAttachments(MediaPackageElementFlavor flavor)
Returns the attachments that are part of this media package and match the specified flavor.
|
Attachment[] |
MediaPackageImpl.getAttachments(MediaPackageElementFlavor flavor)
Returns the attachments that are part of this media package and match the specified flavor.
|
Attachment[] |
MediaPackage.getAttachments(MediaPackageElementFlavor flavor,
MediaPackageReference reference)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackageImpl.getAttachments(MediaPackageElementFlavor flavor,
MediaPackageReference reference)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackage.getAttachments(MediaPackageReference reference)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackageImpl.getAttachments(MediaPackageReference reference)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackage.getAttachments(MediaPackageReference reference,
boolean includeDerived)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackageImpl.getAttachments(MediaPackageReference reference,
boolean includeDerived)
Returns the attachments that are part of this media package and are refering to the element identified by
reference. |
Attachment[] |
MediaPackage.getAttachmentsByTag(String tag)
Returns the attachments that are tagged with the given tag or an empty array if no such attachments are found.
|
Attachment[] |
MediaPackageImpl.getAttachmentsByTag(String tag)
Returns the attachments that are tagged with the given tag or an empty array if no such attachments are found.
|
Attachment[] |
MediaPackage.getAttachmentsByTags(Collection<String> tags)
Returns the attachments that are tagged with any of the given tags or an empty array if no such attachments are
found.
|
Attachment[] |
MediaPackageImpl.getAttachmentsByTags(Collection<String> tags)
Returns the attachments that are tagged with any of the given tags or an empty array if no such attachments are
found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaPackage.add(Attachment attachment)
Adds an attachment to this media package.
|
void |
MediaPackageImpl.add(Attachment attachment) |
void |
PublicationImpl.addAttachment(Attachment attachment) |
void |
Publication.addAttachment(Attachment attachment)
Adds an attachment to this publication.
|
void |
MediaPackage.remove(Attachment attachment)
Removes the attachment from the media package.
|
void |
MediaPackageImpl.remove(Attachment attachment)
Removes the attachment from the media package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentImpl
Basic implementation of an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
static Attachment |
AttachmentImpl.fromURI(URI uri)
Creates a new attachment from the url.
|
Attachment |
AttachmentImpl.Adapter.unmarshal(AttachmentImpl mp) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentImpl |
AttachmentImpl.Adapter.marshal(Attachment mp) |
| Modifier and Type | Method and Description |
|---|---|
protected Attachment |
AbstractAttachmentBuilderPlugin.specializeAttachment(Attachment attachment)
Overwrite this method in order to return a specialization of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
protected Attachment |
AbstractAttachmentBuilderPlugin.specializeAttachment(Attachment attachment)
Overwrite this method in order to return a specialization of the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple<MediaPackage,Attachment> |
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.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.