public interface JobProcessorSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JobProcessorQueryInspector |
getJobProcessorQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JobProcessorList |
getJobProcessors()
Gets the
JobProcessorList resulting from a search. |
JobProcessorSearchResultsRecord |
getJobProcessorSearchResultsRecord(Type jobProcessorSearchRecordType)
Gets the job processor search results record corresponding to the
given job processor search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJobProcessorList getJobProcessors()
JobProcessorList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. JobProcessorQueryInspector getJobProcessorQueryInspector()
mandatory - This method must be implemented. JobProcessorSearchResultsRecord getJobProcessorSearchResultsRecord(Type jobProcessorSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.jobProcessorSearchRecordType - a job processor search record
typeNullArgumentException -
jobProcessorSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(jobProcessorSearchRecordType) is
false mandatory - This method must be implemented.