public interface StepProcessorEnablerSearch extends OsidSearch
The search interface for governing step processor enabler searches.
Modifier and Type | Method and Description |
---|---|
StepProcessorEnablerSearchRecord |
getStepProcessorEnablerSearchRecord(Type stepProcessorEnablerSearchRecordType)
Gets the step processor enabler search record corresponding to the
given step processor enabler search record
Type. |
void |
orderStepProcessorEnablerResults(StepProcessorEnablerSearchOrder stepProcessorEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongStepProcessorEnablers(IdList stepProcessorEnablerIds)
Execute this search among the given list of step processor enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongStepProcessorEnablers(IdList stepProcessorEnablerIds)
stepProcessorEnablerIds
- list of step processor enablersNullArgumentException
- stepProcessorEnablerIds
is null
mandatory
- This method must be implemented. void orderStepProcessorEnablerResults(StepProcessorEnablerSearchOrder stepProcessorEnablerSearchOrder)
stepProcessorEnablerSearchOrder
- step processor enabler search
orderNullArgumentException
-
stepProcessorEnablerSearchOrder
is null
UnsupportedException
-
stepProcessorEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. StepProcessorEnablerSearchRecord getStepProcessorEnablerSearchRecord(Type stepProcessorEnablerSearchRecordType) throws OperationFailedException
Type.
This
method is used to retrieve an object implementing the requested
record.stepProcessorEnablerSearchRecordType
- a step processor enabler
search record typeNullArgumentException
-
stepProcessorEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(stepProcessorEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.