public interface CompetencySearch extends OsidSearch
The search interface for governing competency searches.
| Modifier and Type | Method and Description |
|---|---|
CompetencySearchRecord |
getCompetencySearchRecord(Type competencySearchRecordType)
Gets the competency search record corresponding to the given
competency search record
Type. |
void |
orderCompetencyResults(CompetencySearchOrder competencySearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongCompetencies(IdList competencyIds)
Execute this search among the given list of competencies.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongCompetencies(IdList competencyIds)
competencyIds - list of competenciesNullArgumentException - competencyIds is
null mandatory - This method must be implemented. void orderCompetencyResults(CompetencySearchOrder competencySearchOrder)
competencySearchOrder - competency search orderNullArgumentException - competencySearchOrder
is null UnsupportedException - competencySearchOrder
is not of this servicemandatory - This method must be implemented. CompetencySearchRecord getCompetencySearchRecord(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.