Interface JobProcessorEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing job processor enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetJobProcessorEnablerSearchRecord(Type jobProcessorEnablerSearchRecordType) Gets the job processor enabler search record corresponding to the given job processor enabler search recordType.voidorderJobProcessorEnablerResults(JobProcessorEnablerSearchOrder jobProcessorEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongJobProcessorEnablers(IdList jobProcessorEnablerIds) Execute this search among the given list of job 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
-
searchAmongJobProcessorEnablers
Execute this search among the given list of job processor enablers.- Parameters:
jobProcessorEnablerIds- list of job processor enablers- Throws:
NullArgumentException-jobProcessorEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderJobProcessorEnablerResults
Specify an ordering to the search results.- Parameters:
jobProcessorEnablerSearchOrder- job processor enabler search order- Throws:
NullArgumentException-jobProcessorEnablerSearchOrderisnullUnsupportedException-jobProcessorEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getJobProcessorEnablerSearchRecord
JobProcessorEnablerSearchRecord getJobProcessorEnablerSearchRecord(Type jobProcessorEnablerSearchRecordType) throws OperationFailedException Gets the job processor enabler search record corresponding to the given job processor enabler search recordType. This method is used to retrieve an object implementing the requested record.- Parameters:
jobProcessorEnablerSearchRecordType- a job processor enabler search record type- Returns:
- the job processor enabler search record
- Throws:
NullArgumentException-jobProcessorEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(jobProcessorEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-