public interface ActivitySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
ActivityList |
getActivities()
Gets the activity list resulting from the search.
|
ActivityQueryInspector |
getActivityQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ActivitySearchResultsRecord |
getActivitySearchResultsRecord(Type activitiesearchRecordType)
Gets the activity search results record corresponding to the given
activity search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
ActivityList getActivities()
IllegalStateException
- list already retrievedmandatory
- This method must be implemented. ActivityQueryInspector getActivityQueryInspector()
mandatory
- This method must be implemented. ActivitySearchResultsRecord getActivitySearchResultsRecord(Type activitiesearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.activitiesearchRecordType
- an activity search record typeNullArgumentException
-
activitiesearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasSearchRecordType(activitiesearchRecordType)
is
false
mandatory
- This method must be implemented.