Interface OfferingConstrainerEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing offering constrainer enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetOfferingConstrainerEnablerSearchRecord(Type offeringConstrainerEnablerSearchRecordType) Gets the offering constrainer enabler search record corresponding to the given offering constrainer enabler search recordType.voidorderOfferingConstrainerEnablerResults(OfferingConstrainerEnablerSearchOrder offeringConstrainerEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongOfferingConstrainerEnablers(IdList offeringConstrainerEnablerIds) Execute this search among the given list of offering 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
-
searchAmongOfferingConstrainerEnablers
Execute this search among the given list of offering constrainer enablers.- Parameters:
offeringConstrainerEnablerIds- list of offering constrainer enablers- Throws:
NullArgumentException-offeringConstrainerEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderOfferingConstrainerEnablerResults
void orderOfferingConstrainerEnablerResults(OfferingConstrainerEnablerSearchOrder offeringConstrainerEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
offeringConstrainerEnablerSearchOrder- offering constrainer enabler search order- Throws:
NullArgumentException-offeringConstrainerEnablerSearchOrderisnullUnsupportedException-offeringConstrainerEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getOfferingConstrainerEnablerSearchRecord
OfferingConstrainerEnablerSearchRecord getOfferingConstrainerEnablerSearchRecord(Type offeringConstrainerEnablerSearchRecordType) throws OperationFailedException Gets the offering constrainer enabler search record corresponding to the given offering constrainer enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
offeringConstrainerEnablerSearchRecordType- an offering constrainer enabler search record type- Returns:
- the offering constrainer enabler search record
- Throws:
NullArgumentException-offeringConstrainerEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(offeringConstrainerEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-