Interface StepEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing step enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepEnablerSearchRecord(Type stepEnablerSearchRecordType) Gets the step enabler search record corresponding to the given step enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderStepEnablerResults(StepEnablerSearchOrder stepEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongStepEnablers(IdList stepEnablerIds) Execute this search among the given list of step 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
-
searchAmongStepEnablers
Execute this search among the given list of step enablers.- Parameters:
stepEnablerIds- list of step enablers- Throws:
NullArgumentException-stepEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderStepEnablerResults
Specify an ordering to the search results.- Parameters:
stepEnablerSearchOrder- step enabler search order- Throws:
NullArgumentException-stepEnablerSearchOrderisnullUnsupportedException-stepEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getStepEnablerSearchRecord
StepEnablerSearchRecord getStepEnablerSearchRecord(Type stepEnablerSearchRecordType) throws OperationFailedException Gets the step enabler search record corresponding to the given step enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
stepEnablerSearchRecordType- a step enabler search record type- Returns:
- the step enabler search record
- Throws:
NullArgumentException-stepEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-