public interface ChecklistSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
ChecklistQueryInspector |
getChecklistQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
ChecklistList |
getChecklists()
Gets the checklist list resulting from a search.
|
ChecklistSearchResultsRecord |
getChecklistSearchResultsRecord(Type checklistSearchRecordType)
Gets the checklist search results record corresponding to the given
checklist search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeChecklistList getChecklists()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. ChecklistQueryInspector getChecklistQueryInspector()
mandatory - This method must be implemented. ChecklistSearchResultsRecord getChecklistSearchResultsRecord(Type checklistSearchRecordType) throws OperationFailedException
checklistSearchRecordType - a checklist search record typeNullArgumentException -
ChecklistSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(checklistSearchRecordType) is
false mandatory - This method must be implemented.