Interface CommitmentEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing commitment enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommitmentEnablerSearchRecord(Type commitmentEnablerSearchRecordType) Gets the commitment enabler search record corresponding to the given commitment enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderCommitmentEnablerResults(CommitmentEnablerSearchOrder commitmentEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongCommitmentEnablers(IdList commitmentEnablerIds) Execute this search among the given list of commitment 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
-
searchAmongCommitmentEnablers
Execute this search among the given list of commitment enablers.- Parameters:
commitmentEnablerIds- list of commitment enablers- Throws:
NullArgumentException-commitmentEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderCommitmentEnablerResults
Specify an ordering to the search results.- Parameters:
commitmentEnablerSearchOrder- commitment enabler search order- Throws:
NullArgumentException-commitmentEnablerSearchOrderisnullUnsupportedException-commitmentEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getCommitmentEnablerSearchRecord
CommitmentEnablerSearchRecord getCommitmentEnablerSearchRecord(Type commitmentEnablerSearchRecordType) throws OperationFailedException Gets the commitment enabler search record corresponding to the given commitment enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
commitmentEnablerSearchRecordType- a commitment enabler search record type- Returns:
- the commitment enabler search record
- Throws:
NullArgumentException-commitmentEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(commitmentEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-