| Package | Description |
|---|---|
| org.opencastproject.mediapackage.selector |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentSelector
This selector will select
Attachment objects only, regardless of other elements matching flavors and/or tags
as well. |
class |
CatalogSelector
This selector will select
Catalog objects only, regardless of other elements matching flavors and/or tags as
well. |
class |
FlavorPrioritySelector<T extends MediaPackageElement>
This selector will return one or zero
MediaPackageElements from a MediaPackage, following
these rules:
Elements will be returned depending on tags that have been set
If no tags have been specified, all the elements will be taken into account
The result is one or zero elements
The element is selected based on the order of flavors
|
class |
SimpleElementSelector
This selector will select any kind of
MediaPackageElement, only depending on whether flavors and/or tags are
matching. |
class |
TrackSelector
This selector will select
Track objects only, regardless of other elements matching flavors and/or tags as
well. |
Copyright © 2009–2020 Opencast Project. All rights reserved.