public interface AuditEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AuditEnablerQueryInspector |
getAuditEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuditEnablerList |
getAuditEnablers()
Gets the
AuditEnablerList resulting from a search. |
AuditEnablerSearchResultsRecord |
getAuditEnablerSearchResultsRecord(Type auditEnablerSearchRecordType)
Gets the audit enabler search results record corresponding to the
given audit enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAuditEnablerList getAuditEnablers()
AuditEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. AuditEnablerQueryInspector getAuditEnablerQueryInspector()
mandatory - This method must be implemented. AuditEnablerSearchResultsRecord getAuditEnablerSearchResultsRecord(Type auditEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.auditEnablerSearchRecordType - an audit enabler search record
typeNullArgumentException -
auditEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(auditEnablerSearchRecordType) is
false mandatory - This method must be implemented.