public interface ProcedureSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ProcedureQueryInspector |
getProcedureQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
ProcedureList |
getProcedures()
Gets the procedure list resulting from a search.
|
ProcedureSearchResultsRecord |
getProcedureSearchResultsRecord(Type procedureSearchRecordType)
Gets the procedure search results record corresponding to the given
procedure search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeProcedureList getProcedures()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ProcedureQueryInspector getProcedureQueryInspector()
mandatory - This method must be implemented. ProcedureSearchResultsRecord getProcedureSearchResultsRecord(Type procedureSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.procedureSearchRecordType - a procedure search record typeNullArgumentException -
procedureSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(procedureSearchRecordType) is
false mandatory - This method must be implemented.