Interface RegistrationTargetSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing registration target searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetRegistrationTargetSearchRecord(Type registrationTargetSearchRecordType) Gets the registration target search record corresponding to the given registration target search recordType.voidorderRegistrationTargetResults(RegistrationTargetSearchOrder registrationTargetSearchOrder) Specify an ordering to the search results.voidsearchAmongRegistrationTargets(IdList registrationTargetIds) Execute this search among the given list of registration targets.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
-
searchAmongRegistrationTargets
Execute this search among the given list of registration targets.- Parameters:
registrationTargetIds- list of registration targets- Throws:
NullArgumentException-registrationTargetIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderRegistrationTargetResults
Specify an ordering to the search results.- Parameters:
registrationTargetSearchOrder- registration target search order- Throws:
NullArgumentException-registrationTargetSearchOrderisnullUnsupportedException-registrationTargetSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getRegistrationTargetSearchRecord
RegistrationTargetSearchRecord getRegistrationTargetSearchRecord(Type registrationTargetSearchRecordType) throws OperationFailedException Gets the registration target search record corresponding to the given registration target search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
registrationTargetSearchRecordType- a registration target search record type- Returns:
- the registration target search record
- Throws:
NullArgumentException-registrationTargetSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(registrationTargetSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-