| Package | Description |
|---|---|
| org.opencastproject.mediapackage |
| Modifier and Type | Class and Description |
|---|---|
class |
MediaPackageReferenceImpl
Default implementation for a
MediaPackageReference. |
| Modifier and Type | Field and Description |
|---|---|
static MediaPackageReference |
MediaPackageReferenceImpl.ANY_MEDIAPACKAGE
Convenience reference that matches any media package
|
static MediaPackageReference |
MediaPackageReferenceImpl.ANY_SERIES
Convenience reference that matches any series
|
protected MediaPackageReference |
AbstractMediaPackageElement.reference
The optional reference to other elements or series
|
static MediaPackageReference |
MediaPackageReferenceImpl.SELF_MEDIAPACKAGE
Convenience reference that matches the current media package
|
| Modifier and Type | Field and Description |
|---|---|
static Function<MediaPackageReference,String> |
MediaPackageSupport.getReferenceId |
| Modifier and Type | Method and Description |
|---|---|
static MediaPackageReference |
MediaPackageReferenceImpl.fromString(String reference)
Returns a media package reference from the given string.
|
MediaPackageReference |
MediaPackageElement.getReference()
Returns a reference to another entitiy, both inside or outside the media package.
|
MediaPackageReference |
AbstractMediaPackageElement.getReference() |
MediaPackageReference |
MediaPackageReferenceImpl.Adapter.unmarshal(String ref) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Catalog[] |
MediaPackage.getCatalogs(MediaPackageElementFlavor flavor,
MediaPackageReference reference)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageElementFlavor flavor,
MediaPackageReference reference) |
Catalog[] |
MediaPackage.getCatalogs(MediaPackageReference reference)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageReference reference) |
Catalog[] |
MediaPackage.getCatalogs(MediaPackageReference reference,
boolean includeDerived)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
Catalog[] |
MediaPackageImpl.getCatalogs(MediaPackageReference reference,
boolean includeDerived)
Returns the catalogs that are part of this media package and are refering to the element identified by
reference. |
MediaPackageElement |
MediaPackage.getElementByReference(MediaPackageReference reference)
Returns the element that is identified by the given reference or
null if no such element exists. |
MediaPackageElement |
MediaPackageImpl.getElementByReference(MediaPackageReference reference)
Returns the element that is identified by the given reference or
null if no such element exists. |
Track[] |
MediaPackage.getTracks(MediaPackageElementFlavor flavor,
MediaPackageReference reference)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
Track[] |
MediaPackageImpl.getTracks(MediaPackageElementFlavor flavor,
MediaPackageReference reference)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
Track[] |
MediaPackage.getTracks(MediaPackageReference reference)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
Track[] |
MediaPackageImpl.getTracks(MediaPackageReference reference)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
Track[] |
MediaPackage.getTracks(MediaPackageReference reference,
boolean includeDerived)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
Track[] |
MediaPackageImpl.getTracks(MediaPackageReference reference,
boolean includeDerived)
Returns the tracks that are part of this media package and are refering to the element identified by
reference. |
String |
MediaPackageReferenceImpl.Adapter.marshal(MediaPackageReference ref) |
boolean |
MediaPackageReference.matches(MediaPackageReference reference)
Returns
true if this reference matches reference by means of type and identifier. |
boolean |
MediaPackageReferenceImpl.matches(MediaPackageReference reference) |
void |
MediaPackageElement.referTo(MediaPackageReference reference)
Adds an arbitrary reference.
|
void |
AbstractMediaPackageElement.referTo(MediaPackageReference reference) |
void |
MediaPackageElement.setReference(MediaPackageReference reference)
Sets the element reference.
|
void |
AbstractMediaPackageElement.setReference(MediaPackageReference reference) |
Copyright © 2009–2021 Opencast Project. All rights reserved.