Interface ProcessProcessorSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing process processor searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessProcessorSearchRecord(Type processProcessorSearchRecordType) Gets the process processor search record corresponding to the given process processor search recordType.This method is used to retrieve an object implementing the requested record.voidorderProcessProcessorResults(ProcessProcessorSearchOrder processProcessorSearchOrder) Specify an ordering to the search results.voidsearchAmongProcessProcessors(IdList processProcessorIds) Execute this search among the given list of process 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
-
searchAmongProcessProcessors
Execute this search among the given list of process processors.- Parameters:
processProcessorIds- list of process processors- Throws:
NullArgumentException-processProcessorIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderProcessProcessorResults
Specify an ordering to the search results.- Parameters:
processProcessorSearchOrder- process processor search order- Throws:
NullArgumentException-processProcessorSearchOrderisnullUnsupportedException-processProcessorSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getProcessProcessorSearchRecord
ProcessProcessorSearchRecord getProcessProcessorSearchRecord(Type processProcessorSearchRecordType) throws OperationFailedException Gets the process processor search record corresponding to the given process processor search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
processProcessorSearchRecordType- a process processor search record type- Returns:
- the process processor search record
- Throws:
NullArgumentException-processProcessorSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(processProcessorSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-