Interface StepProcessorSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing step processor searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetStepProcessorSearchRecord(Type stepProcessorSearchRecordType) Gets the step processor search record corresponding to the given step processor search recordType.This method is used to retrieve an object implementing the requested record.voidorderStepProcessorResults(StepProcessorSearchOrder stepProcessorSearchOrder) Specify an ordering to the search results.voidsearchAmongStepProcessors(IdList officeIds) Execute this search among the given list of step processors.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
-
searchAmongStepProcessors
Execute this search among the given list of step processors.- Parameters:
officeIds- list of step processors- Throws:
NullArgumentException-officeIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderStepProcessorResults
Specify an ordering to the search results.- Parameters:
stepProcessorSearchOrder- step processor search order- Throws:
NullArgumentException-stepProcessorSearchOrderisnullUnsupportedException-stepProcessorSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getStepProcessorSearchRecord
StepProcessorSearchRecord getStepProcessorSearchRecord(Type stepProcessorSearchRecordType) throws OperationFailedException Gets the step processor search record corresponding to the given step processor search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
stepProcessorSearchRecordType- a step processor search record type- Returns:
- the step processor search record
- Throws:
NullArgumentException-stepProcessorSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(stepProcessorSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-