public interface HierarchySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
HierarchyList |
getHierarchies()
Gets the hierarchy list resulting from the search.
|
HierarchyQueryInspector |
getHierarchyQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
HierarchySearchResultsRecord |
getHierarchySearchResultsRecord(Type hierarchySearchRecordType)
Gets the hierarchy search results record corresponding to the given
hierarchy search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeHierarchyList getHierarchies()
IllegalStateException - the hierarchy list was already
retrievedmandatory - This method must be implemented. HierarchyQueryInspector getHierarchyQueryInspector()
mandatory - This method must be implemented. HierarchySearchResultsRecord getHierarchySearchResultsRecord(Type hierarchySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.hierarchySearchRecordType - a hierarchy search record typeNullArgumentException -
hierarchySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(hierarchySearchRecordType) is
false mandatory - This method must be implemented.