Interface InquiryEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing inquiry enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetInquiryEnablerSearchRecord(Type inquiryEnablerSearchRecordType) Gets the inquiry enabler search record corresponding to the given inquiry enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderInquiryEnablerResults(InquiryEnablerSearchOrder inquiryEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongInquiryEnablers(IdList inquiryEnablerIds) Execute this search among the given list of inquiry 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
-
searchAmongInquiryEnablers
Execute this search among the given list of inquiry enablers.- Parameters:
inquiryEnablerIds- list of inquiry enablers- Throws:
NullArgumentException-inquiryEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderInquiryEnablerResults
Specify an ordering to the search results.- Parameters:
inquiryEnablerSearchOrder- inquiry enabler search order- Throws:
NullArgumentException-inquiryEnablerSearchOrderisnullUnsupportedException-inquiryEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getInquiryEnablerSearchRecord
InquiryEnablerSearchRecord getInquiryEnablerSearchRecord(Type inquiryEnablerSearchRecordType) throws OperationFailedException Gets the inquiry enabler search record corresponding to the given inquiry enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
inquiryEnablerSearchRecordType- an inquiry enabler search record type- Returns:
- the inquiry enabler search record
- Throws:
NullArgumentException-inquiryEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(inquiryEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-