public interface AuditSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
AuditQueryInspector |
getAuditQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
AuditList |
getAudits()
Gets the audit list resulting from a search.
|
AuditSearchResultsRecord |
getAuditSearchResultsRecord(Type auditSearchRecordType)
Gets the audit search results record corresponding to the given audit
search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeAuditList getAudits()
IllegalStateException - list already retrievedmandatory - This method must be implemented. AuditQueryInspector getAuditQueryInspector()
mandatory - This method must be implemented. AuditSearchResultsRecord getAuditSearchResultsRecord(Type auditSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.auditSearchRecordType - an audit search record typeNullArgumentException - auditSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auditSearchRecordType) is false
mandatory - This method must be implemented.