Interface RelevancyEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing relevancy enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRelevancyEnablerSearchRecord(Type relevancyEnablerSearchRecordType) Gets the relevancy enabler search record corresponding to the given relevancy enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderRelevancyEnablerResults(RelevancyEnablerSearchOrder relevancyEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongRelevancyEnablers(IdList relevancyEnablerIds) Execute this search among the given list of relevancy enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongRelevancyEnablers
Execute this search among the given list of relevancy enablers.- Parameters:
relevancyEnablerIds- list of relevancy enablers- Throws:
NullArgumentException-relevancyEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRelevancyEnablerResults
Specify an ordering to the search results.- Parameters:
relevancyEnablerSearchOrder- relevancy enabler search order- Throws:
NullArgumentException-relevancyEnablerSearchOrderisnullUnsupportedException-relevancyEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRelevancyEnablerSearchRecord
RelevancyEnablerSearchRecord getRelevancyEnablerSearchRecord(Type relevancyEnablerSearchRecordType) throws OperationFailedException Gets the relevancy enabler search record corresponding to the given relevancy enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
relevancyEnablerSearchRecordType- a relevancy enabler search record type- Returns:
- the relevancy enabler search record
- Throws:
NullArgumentException-relevancyEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(relevancyEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-