Interface PoolEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing pool enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetPoolEnablerSearchRecord(Type poolEnablerSearchRecordType) Gets the pool enabler search record corresponding to the given pool enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderPoolEnablerResults(PoolEnablerSearchOrder poolEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongPoolEnablers(IdList poolEnablerIds) Execute this search among the given list of pool 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
-
searchAmongPoolEnablers
Execute this search among the given list of pool enablers.- Parameters:
poolEnablerIds- list of pool enablers- Throws:
NullArgumentException-poolEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderPoolEnablerResults
Specify an ordering to the search results.- Parameters:
poolEnablerSearchOrder- pool enabler search order- Throws:
NullArgumentException-poolEnablerSearchOrderisnullUnsupportedException-poolEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getPoolEnablerSearchRecord
PoolEnablerSearchRecord getPoolEnablerSearchRecord(Type poolEnablerSearchRecordType) throws OperationFailedException Gets the pool enabler search record corresponding to the given pool enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
poolEnablerSearchRecordType- a pool enabler search record type- Returns:
- the pool enabler search record
- Throws:
NullArgumentException-poolEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(poolEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-