public interface ActivityBundleSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ActivityBundleQueryInspector |
getActivityBundleQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ActivityBundleList |
getActivityBundles()
Gets the activity bundle list resulting from a search.
|
ActivityBundleSearchResultsRecord |
getActivityBundleSearchResultsRecord(Type activityBundleSearchRecordType)
Gets the activity bundle search results record corresponding to the
given activity bundle search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeActivityBundleList getActivityBundles()
IllegalStateException - the activity bundle list has
already been retrievedmandatory - This method must be implemented. ActivityBundleQueryInspector getActivityBundleQueryInspector()
mandatory - This method must be implemented. ActivityBundleSearchResultsRecord getActivityBundleSearchResultsRecord(Type activityBundleSearchRecordType) throws OperationFailedException
Type. This method
is used to retrieve an object implementing the requested record.activityBundleSearchRecordType - a activity bundle search record
typeNullArgumentException -
activityBundleSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(activityBundleSearchRecordType) is
false mandatory - This method must be implemented.