public interface AssessmentPartSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AssessmentPartQueryInspector |
getAssessmentPartQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AssessmentPartList |
getAssessmentParts()
Gets the
AssessmentPartList resulting from a search. |
AssessmentPartSearchResultsRecord |
getAssessmentPartSearchResultsRecord(Type assessmentPartSearchRecordType)
Gets the assessment part search results record corresponding to the
given assessment part search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAssessmentPartList getAssessmentParts()
AssessmentPartList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AssessmentPartQueryInspector getAssessmentPartQueryInspector()
mandatory - This method must be implemented. AssessmentPartSearchResultsRecord getAssessmentPartSearchResultsRecord(Type assessmentPartSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.assessmentPartSearchRecordType - an assessment part search
record typeNullArgumentException -
assessmentPartSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(assessmentPartSearchRecordType) is
false mandatory - This method must be implemented.