Interface StepProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing step processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepProcessorEnablerSearchRecord(Type stepProcessorEnablerSearchRecordType) Gets the step processor enabler search record corresponding to the given step processor enabler search recordType.voidorderStepProcessorEnablerResults(StepProcessorEnablerSearchOrder stepProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongStepProcessorEnablers(IdList stepProcessorEnablerIds) Execute this search among the given list of step processor 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
-
searchAmongStepProcessorEnablers
Execute this search among the given list of step processor enablers.- Parameters:
stepProcessorEnablerIds- list of step processor enablers- Throws:
NullArgumentException-stepProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderStepProcessorEnablerResults
void orderStepProcessorEnablerResults(StepProcessorEnablerSearchOrder stepProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
stepProcessorEnablerSearchOrder- step processor enabler search order- Throws:
NullArgumentException-stepProcessorEnablerSearchOrderisnullUnsupportedException-stepProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getStepProcessorEnablerSearchRecord
StepProcessorEnablerSearchRecord getStepProcessorEnablerSearchRecord(Type stepProcessorEnablerSearchRecordType) throws OperationFailedException Gets the step processor enabler search record corresponding to the given step processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
stepProcessorEnablerSearchRecordType- a step processor enabler search record type- Returns:
- the step processor enabler search record
- Throws:
NullArgumentException-stepProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-