Uses of Interface
org.opencastproject.assetmanager.api.query.ASelectQuery
Packages that use ASelectQuery
Package
Description
Implementations are required to be immutable.
-
Uses of ASelectQuery in org.opencastproject.assetmanager.api.query
Methods in org.opencastproject.assetmanager.api.query that return ASelectQueryModifier and TypeMethodDescriptionSpecify an order.ASelectQuery.page(int offset, int size) Set paging information.Determine what should be included in the result records, i.e. what will actually be fetched from the database.Restrict the set of returned records by adding a predicate.