Uses of Class
org.opencastproject.assetmanager.api.query.RichAResult
-
Packages that use RichAResult Package Description org.opencastproject.assetmanager.api This package and all of its sub-packages contain the API definition of the asset manager.org.opencastproject.assetmanager.api.fn -
-
Uses of RichAResult in org.opencastproject.assetmanager.api
Methods in org.opencastproject.assetmanager.api that return RichAResult Modifier and Type Method Description RichAResultAssetManager. getSnapshotsByDate(Date start, Date end)Returns a stream ofRichAResultfiltered by date.RichAResultAssetManager. getSnapshotsByDateOrderedById(Date start, Date end)Returns a stream ofRichAResultfiltered by date.RichAResultAssetManager. getSnapshotsById(String mpId)Returns a stream ofRichAResultfiltered by mediapackage IDsRichAResultAssetManager. getSnapshotsByIdAndDate(String mpId, Date start, Date end)Returns a stream ofRichAResultfiltered by date and mediapackage.RichAResultAssetManager. getSnapshotsByIdAndDateOrderedByVersion(String mpId, Date start, Date end, boolean asc)Returns a stream ofRichAResultfiltered by date and mediapackage.RichAResultAssetManager. getSnapshotsByIdAndVersion(String mpId, Version version)Returns a stream ofRichAResultfiltered by mediapackage ID and versionRichAResultAssetManager. getSnapshotsByIdOrderedByVersion(String mpId, boolean asc)Returns a stream ofRichAResultfiltered by mediapackage IDs. -
Uses of RichAResult in org.opencastproject.assetmanager.api.fn
Methods in org.opencastproject.assetmanager.api.fn that return RichAResult Modifier and Type Method Description static RichAResultEnrichments. enrich(AResult a)
-