Interface ActionEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing action enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetActionEnablerSearchRecord(Type actionEnablerSearchRecordType) Gets the action enabler search record corresponding to the given action enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderActionEnablerResults(ActionEnablerSearchOrder actionEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongActionEnablers(IdList actionEnablerIds) Execute this search among the given list of action 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
-
searchAmongActionEnablers
Execute this search among the given list of action enablers.- Parameters:
actionEnablerIds- list of action enablers- Throws:
NullArgumentException-actionEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderActionEnablerResults
Specify an ordering to the search results.- Parameters:
actionEnablerSearchOrder- action enabler search order- Throws:
NullArgumentException-actionEnablerSearchOrderisnullUnsupportedException-actionEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getActionEnablerSearchRecord
ActionEnablerSearchRecord getActionEnablerSearchRecord(Type actionEnablerSearchRecordType) throws OperationFailedException Gets the action enabler search record corresponding to the given action enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
actionEnablerSearchRecordType- an action enabler search record type- Returns:
- the action enabler search record
- Throws:
NullArgumentException-actionEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(actionEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-