Interface RaceProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing race processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRaceProcessorEnablerSearchRecord(Type raceProcessorEnablerSearchRecordType) Gets the race processor enabler search record corresponding to the given race processor enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderRaceProcessorEnablerResults(RaceProcessorEnablerSearchOrder raceProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongRaceProcessorEnablers(IdList raceProcessorEnablerIds) Execute this search among the given list of race processor 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
-
searchAmongRaceProcessorEnablers
Execute this search among the given list of race processor enablers.- Parameters:
raceProcessorEnablerIds- list of race processor enablers- Throws:
NullArgumentException-raceProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRaceProcessorEnablerResults
void orderRaceProcessorEnablerResults(RaceProcessorEnablerSearchOrder raceProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
raceProcessorEnablerSearchOrder- race processor enabler search order- Throws:
NullArgumentException-raceProcessorEnablerSearchOrderisnullUnsupportedException-raceProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRaceProcessorEnablerSearchRecord
RaceProcessorEnablerSearchRecord getRaceProcessorEnablerSearchRecord(Type raceProcessorEnablerSearchRecordType) throws OperationFailedException Gets the race processor enabler search record corresponding to the given race processor enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
raceProcessorEnablerSearchRecordType- a race processor enabler search record type- Returns:
- the race processor enabler search record
- Throws:
NullArgumentException-raceProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(raceProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-