public interface MediaPackageElementSelector<T extends MediaPackageElement>
MedikaPackageElementSelector is the way to set up rules for extracting elements from a media package
dependent on their flavor.| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
select(List<MediaPackageElement> elements,
boolean withTagsAndFlavors)
Returns the media package elements that are matched by this selector.
|
Collection<T> |
select(MediaPackage mediaPackage,
boolean withTagsAndFlavors)
Returns the media package elements that are matched by this selector.
|
Collection<T> select(MediaPackage mediaPackage, boolean withTagsAndFlavors)
mediaPackage - the media packagewithTagsAndFlavors - define if the elements must match with flavors and tags, or just one of these parametersCollection<T> select(List<MediaPackageElement> elements, boolean withTagsAndFlavors)
elements - the elements to select fromwithTagsAndFlavors - define if the elements must match with flavors and tags, or just one of these parametersCopyright © 2009–2020 Opencast Project. All rights reserved.