public interface JobConstrainerEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerEnablerQueryInspector |
getJobConstrainerEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JobConstrainerEnablerList |
getJobConstrainerEnablers()
Gets the
JobConstrainerEnablerList resulting from a
search. |
JobConstrainerEnablerSearchResultsRecord |
getJobConstrainerEnablerSearchResultsRecord(Type jobConstrainerEnablerSearchRecordType)
Gets the job constrainer enabler search results record corresponding
to the given job constrainer enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJobConstrainerEnablerList getJobConstrainerEnablers()
JobConstrainerEnablerList resulting from a
search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. JobConstrainerEnablerQueryInspector getJobConstrainerEnablerQueryInspector()
mandatory - This method must be implemented. JobConstrainerEnablerSearchResultsRecord getJobConstrainerEnablerSearchResultsRecord(Type jobConstrainerEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type.
This method must be used to retrieve an object implementing
the requested record.jobConstrainerEnablerSearchRecordType - a job constrainer
enabler search record typeNullArgumentException -
jobConstrainerEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(jobConstrainerEnablerSearchRecordType)
is false mandatory - This method must be implemented.