public interface ActivityRegistrationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ActivityRegistrationQueryInspector |
getActivityRegistrationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
ActivityRegistrationList |
getActivityRegistrations()
Gets the activity registration list resulting from a search.
|
ActivityRegistrationSearchResultsRecord |
getActivityRegistrationSearchResultsRecord(Type activityRegistrationSearchRecordType)
Gets the activity registration search results record corresponding to
the given activity registration search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeActivityRegistrationList getActivityRegistrations()
IllegalStateException - the activity registration list
has already been retrievedmandatory - This method must be implemented. ActivityRegistrationQueryInspector getActivityRegistrationQueryInspector()
mandatory - This method must be implemented. ActivityRegistrationSearchResultsRecord getActivityRegistrationSearchResultsRecord(Type activityRegistrationSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the requested
record.activityRegistrationSearchRecordType - a activity registration
search record typeNullArgumentException -
activityRegistrationSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(activityRegistrationSearchRecordType) is
false mandatory - This method must be implemented.