OSID Logo
OSID Specifications
learning package
Version 3.1.0
Interfaceosid.learning.ActivitySearchResults
Implementsosid.OsidSearchResults
Used Byosid.learning.ActivitySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetActivities
Description

Gets the activity list resulting from the search.

Returnosid.learning.ActivityList the activity list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetActivityQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.learning.ActivityQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetActivitySearchResultsRecord
Description

Gets the activity search results record corresponding to the given activity search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeactivitiesearchRecordType an activity search record type
Returnosid.learning.records.ActivitySearchResultsRecord the activity search results record
ErrorsNULL_ARGUMENT activitiesearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasSearchRecordType(activitiesearchRecordType) is false
Compliancemandatory This method must be implemented.