public interface JobConstrainerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerQueryInspector |
getJobConstrainerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JobConstrainerList |
getJobConstrainers()
Gets the
JobConstrainerList resulting from a search. |
JobConstrainerSearchResultsRecord |
getJobConstrainerSearchResultsRecord(Type jobConstrainerSearchRecordType)
Gets the job constrainer search results record corresponding to the
given job constrainer search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJobConstrainerList getJobConstrainers()
JobConstrainerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. JobConstrainerQueryInspector getJobConstrainerQueryInspector()
mandatory - This method must be implemented. JobConstrainerSearchResultsRecord getJobConstrainerSearchResultsRecord(Type jobConstrainerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.jobConstrainerSearchRecordType - a job constrainer search record
typeNullArgumentException -
jobConstrainerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(jobConstrainerSearchRecordType) is
false mandatory - This method must be implemented.