Interface RaceConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing race constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRaceConstrainerEnablerSearchRecord(Type raceConstrainerEnablerSearchRecordType) Gets the race constrainer enabler search record corresponding to the given race constrainer enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderRaceConstrainerEnablerResults(RaceConstrainerEnablerSearchOrder raceConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongRaceConstrainerEnablers(IdList raceConstrainerEnablerIds) Execute this search among the given list of race constrainer 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
-
searchAmongRaceConstrainerEnablers
Execute this search among the given list of race constrainer enablers.- Parameters:
raceConstrainerEnablerIds- list of race constrainer enablers- Throws:
NullArgumentException-raceConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRaceConstrainerEnablerResults
void orderRaceConstrainerEnablerResults(RaceConstrainerEnablerSearchOrder raceConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
raceConstrainerEnablerSearchOrder- race constrainer enabler search order- Throws:
NullArgumentException-raceConstrainerEnablerSearchOrderisnullUnsupportedException-raceConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRaceConstrainerEnablerSearchRecord
RaceConstrainerEnablerSearchRecord getRaceConstrainerEnablerSearchRecord(Type raceConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the race constrainer enabler search record corresponding to the given race constrainer enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
raceConstrainerEnablerSearchRecordType- a race constrainer enabler search record type- Returns:
- the race constrainer enabler search record
- Throws:
NullArgumentException-raceConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(raceConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-