public interface CommitmentEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CommitmentEnablerQueryInspector |
getCommitmentEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CommitmentEnablerList |
getCommitmentEnablers()
Gets the
CommitmentEnablerList resulting from a search. |
CommitmentEnablerSearchResultsRecord |
getCommitmentEnablerSearchResultsRecord(Type commitmentEnablerSearchRecordType)
Gets the commitment enabler search results record corresponding to the
given commitment enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCommitmentEnablerList getCommitmentEnablers()
CommitmentEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CommitmentEnablerQueryInspector getCommitmentEnablerQueryInspector()
mandatory - This method must be implemented. CommitmentEnablerSearchResultsRecord getCommitmentEnablerSearchResultsRecord(Type commitmentEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.commitmentEnablerSearchRecordType - a commitment enabler search
record typeNullArgumentException -
commitmentEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(commitmentEnablerSearchRecordType) is
false mandatory - This method must be implemented.