Package org.opencastproject.presets.api
Interface PresetProvider
- All Known Implementing Classes:
PresetProviderImpl
public interface PresetProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String seriesID, String propertyName) Gets a preset property first from the series, then from the organization
-
Method Details
-
getProperty
Gets a preset property first from the series, then from the organization- Parameters:
seriesID- The series to look for the property.propertyName- The property's key value to look for.- Returns:
- The property's value
- Throws:
NotFoundException- Thrown if the property can't be found in the series or organization's property collection.
-