public interface CompetencySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CompetencyList |
getCompetencies()
Gets the competency list resulting from a search.
|
CompetencyQueryInspector |
getCompetencyQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CompetencySearchResultsRecord |
getCompetencySearchResultsRecord(Type competencySearchRecordType)
Gets the competency search results record corresponding to the given
competency search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCompetencyList getCompetencies()
IllegalStateException - list already retrievedmandatory - This method must be implemented. CompetencyQueryInspector getCompetencyQueryInspector()
mandatory - This method must be implemented. CompetencySearchResultsRecord getCompetencySearchResultsRecord(Type competencySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.competencySearchRecordType - a competency search record typeNullArgumentException -
competencySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(competencySearchRecordType) is
false mandatory - This method must be implemented.