Uses of Interface
org.opencastproject.assetmanager.api.query.AResult
-
Packages that use AResult Package Description org.opencastproject.assetmanager.api.fn org.opencastproject.assetmanager.api.query Implementations are required to be immutable. -
-
Uses of AResult in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn with parameters of type AResult Modifier and Type Method Description static RichAResultEnrichments. enrich(AResult a)static com.entwinemedia.fn.Stream<Property>Properties. getProperties(AResult result)Extract all properties contained in a result. -
Uses of AResult in org.opencastproject.assetmanager.api.query
Classes in org.opencastproject.assetmanager.api.query that implement AResult Modifier and Type Class Description classRichAResultExtensions forAResult.Methods in org.opencastproject.assetmanager.api.query that return AResult Modifier and Type Method Description AResultASelectQuery. run()Run the query and return the result.Constructors in org.opencastproject.assetmanager.api.query with parameters of type AResult Constructor Description RichAResult(AResult result)
-