Class AResultImpl
java.lang.Object
org.opencastproject.assetmanager.impl.query.AResultImpl
- All Implemented Interfaces:
Iterable<org.opencastproject.assetmanager.api.query.ARecord>,org.opencastproject.assetmanager.api.query.AResult
public final class AResultImpl
extends Object
implements org.opencastproject.assetmanager.api.query.AResult
-
Constructor Summary
ConstructorsConstructorDescriptionAResultImpl(LinkedHashSet<org.opencastproject.assetmanager.api.query.ARecord> records, long size, long offset, long limit, long searchTime) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AResultImpl
public AResultImpl(LinkedHashSet<org.opencastproject.assetmanager.api.query.ARecord> records, long size, long offset, long limit, long searchTime)
-
-
Method Details
-
iterator
-
getRecords
- Specified by:
getRecordsin interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getSize
public long getSize()- Specified by:
getSizein interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getQuery
- Specified by:
getQueryin interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getTotalSize
public long getTotalSize()- Specified by:
getTotalSizein interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getLimit
public long getLimit()- Specified by:
getLimitin interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getOffset
public long getOffset()- Specified by:
getOffsetin interfaceorg.opencastproject.assetmanager.api.query.AResult
-
getSearchTime
public long getSearchTime()- Specified by:
getSearchTimein interfaceorg.opencastproject.assetmanager.api.query.AResult
-