public interface OfferingConstrainerEnablerSearch extends OsidSearch
The search interface for governing offering constrainer enabler searches.
| Modifier and Type | Method and Description |
|---|---|
OfferingConstrainerEnablerSearchRecord |
getOfferingConstrainerEnablerSearchRecord(Type offeringConstrainerEnablerSearchRecordType)
Gets the offering constrainer enabler search record corresponding to
the given offering constrainer enabler search record
Type. |
void |
orderOfferingConstrainerEnablerResults(OfferingConstrainerEnablerSearchOrder offeringConstrainerEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongOfferingConstrainerEnablers(IdList offeringConstrainerEnablerIds)
Execute this search among the given list of offering constrainer
enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongOfferingConstrainerEnablers(IdList offeringConstrainerEnablerIds)
offeringConstrainerEnablerIds - list of offering constrainer
enablersNullArgumentException -
offeringConstrainerEnablerIds is null mandatory - This method must be implemented. void orderOfferingConstrainerEnablerResults(OfferingConstrainerEnablerSearchOrder offeringConstrainerEnablerSearchOrder)
offeringConstrainerEnablerSearchOrder - offering constrainer
enabler search orderNullArgumentException -
offeringConstrainerEnablerSearchOrder is null
UnsupportedException -
offeringConstrainerEnablerSearchOrder is not of this
servicemandatory - This method must be implemented. OfferingConstrainerEnablerSearchRecord getOfferingConstrainerEnablerSearchRecord(Type offeringConstrainerEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an object implementing the
requested record.offeringConstrainerEnablerSearchRecordType - an offering
constrainer enabler search record typeNullArgumentException -
offeringConstrainerEnablerSearchRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(offeringConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.