public interface JobProcessorSearch extends OsidSearch
The search interface for governing job processor searches.
Modifier and Type | Method and Description |
---|---|
JobProcessorSearchRecord |
getJobProcessorSearchRecord(Type jobProcessorSearchRecordType)
Gets the job processor search record corresponding to the given job
processor search record
Type. |
void |
orderJobProcessorResults(JobProcessorSearchOrder jobProcessorSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongJobProcessors(IdList foundryIds)
Execute this search among the given list of job processors.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongJobProcessors(IdList foundryIds)
foundryIds
- list of job processorsNullArgumentException
- foundryIds
is
null
mandatory
- This method must be implemented. void orderJobProcessorResults(JobProcessorSearchOrder jobProcessorSearchOrder)
jobProcessorSearchOrder
- job processor search orderNullArgumentException
- jobProcessorSearchOrder
is null
UnsupportedException
- jobProcessorSearchOrder
is not of this servicemandatory
- This method must be implemented. JobProcessorSearchRecord getJobProcessorSearchRecord(Type jobProcessorSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.jobProcessorSearchRecordType
- a job processor search record
typeNullArgumentException
-
jobProcessorSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(jobProcessorSearchRecordType)
is
false
mandatory
- This method must be implemented.