Interface ProcessProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing process processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessProcessorEnablerSearchRecord(Type processProcessorEnablerSearchRecordType) Gets the process processor enabler search record corresponding to the given process processor enabler search recordType.voidorderProcessProcessorEnablerResults(ProcessProcessorEnablerSearchOrder processProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongProcessProcessorEnablers(IdList processProcessorEnablerIds) Execute this search among the given list of process 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
-
searchAmongProcessProcessorEnablers
Execute this search among the given list of process processor enablers.- Parameters:
processProcessorEnablerIds- list of process processor enablers- Throws:
NullArgumentException-processProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderProcessProcessorEnablerResults
void orderProcessProcessorEnablerResults(ProcessProcessorEnablerSearchOrder processProcessorEnablerSearchOrder) Specify an ordering to the search results.- Parameters:
processProcessorEnablerSearchOrder- process processor enabler search order- Throws:
NullArgumentException-processProcessorEnablerSearchOrderisnullUnsupportedException-processProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getProcessProcessorEnablerSearchRecord
ProcessProcessorEnablerSearchRecord getProcessProcessorEnablerSearchRecord(Type processProcessorEnablerSearchRecordType) throws OperationFailedException Gets the process processor enabler search record corresponding to the given process processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
processProcessorEnablerSearchRecordType- a process processor enabler search record type- Returns:
- the process processor enabler search record
- Throws:
NullArgumentException-processProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(processProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-