| Class | Description |
|---|---|
| AbstractMediaPackageElementSelector<T extends MediaPackageElement> |
This selector will return any
MediaPackageElements from a MediaPackage that matches the tag
and flavors. |
| AttachmentSelector |
This selector will select
Attachment objects only, regardless of other elements matching flavors and/or tags
as well. |
| CatalogSelector |
This selector will select
Catalog objects only, regardless of other elements matching flavors and/or tags as
well. |
| 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
|
| SimpleElementSelector |
This selector will select any kind of
MediaPackageElement, only depending on whether flavors and/or tags are
matching. |
| TrackSelector |
This selector will select
Track objects only, regardless of other elements matching flavors and/or tags as
well. |
Copyright © 2009–2021 Opencast Project. All rights reserved.