Interface ValueEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing value enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetValueEnablerSearchRecord(Type valueEnablerSearchRecordType) Gets the value enabler search record corresponding to the given value enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderValueEnablerResults(ValueEnablerSearchOrder valueEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongValueEnablers(IdList valueEnablerIds) Execute this search among the given list of value 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
-
searchAmongValueEnablers
Execute this search among the given list of value enablers.- Parameters:
valueEnablerIds- list of value enablers- Throws:
NullArgumentException-valueEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderValueEnablerResults
Specify an ordering to the search results.- Parameters:
valueEnablerSearchOrder- value enabler search order- Throws:
NullArgumentException-valueEnablerSearchOrderisnullUnsupportedException-valueEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getValueEnablerSearchRecord
ValueEnablerSearchRecord getValueEnablerSearchRecord(Type valueEnablerSearchRecordType) throws OperationFailedException Gets the value enabler search record corresponding to the given value enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
valueEnablerSearchRecordType- a value enabler search record type- Returns:
- the value enabler search record
- Throws:
NullArgumentException-valueEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(valueEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-