public interface PoolConstrainerEnablerSearch extends OsidSearch
The search interface for governing pool constrainer enabler searches.
| Modifier and Type | Method and Description |
|---|---|
PoolConstrainerEnablerSearchRecord |
getPoolConstrainerEnablerSearchRecord(Type poolConstrainerEnablerSearchRecordType)
Gets the pool constrainer enabler search record corresponding to the
given pool constrainer enabler search record
Type. |
void |
orderPoolConstrainerEnablerResults(PoolConstrainerEnablerSearchOrder poolConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
Execute this search among the given list of pool constrainer enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongPoolConstrainerEnablers(IdList poolConstrainerEnablerIds)
poolConstrainerEnablerIds - list of pool constrainer enablersNullArgumentException -
poolConstrainerEnablerIds is null mandatory - This method must be implemented. void orderPoolConstrainerEnablerResults(PoolConstrainerEnablerSearchOrder poolConstrainerEnablerSearchOrder)
poolConstrainerEnablerSearchOrder - pool constrainer enabler
search orderNullArgumentException -
poolConstrainerEnablerSearchOrder is null
UnsupportedException -
poolConstrainerEnablerSearchOrder is not of this
servicemandatory - This method must be implemented. PoolConstrainerEnablerSearchRecord getPoolConstrainerEnablerSearchRecord(Type poolConstrainerEnablerSearchRecordType) throws OperationFailedException
Type. This
method is used to retrieve an object implementing the requested
record.poolConstrainerEnablerSearchRecordType - a pool constrainer
enabler search record typeNullArgumentException -
poolConstrainerEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(poolConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.