public interface EdgeEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
EdgeEnablerQueryInspector |
getEdgeEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
EdgeEnablerList |
getEdgeEnablers()
Gets the
EdgeEnablerList resulting from a search. |
EdgeEnablerSearchResultsRecord |
getEdgeEnablerSearchResultsRecord(Type edgeEnablerSearchRecordType)
Gets the edge enabler search results record corresponding to the given
edge enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeEdgeEnablerList getEdgeEnablers()
EdgeEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. EdgeEnablerQueryInspector getEdgeEnablerQueryInspector()
mandatory - This method must be implemented. EdgeEnablerSearchResultsRecord getEdgeEnablerSearchResultsRecord(Type edgeEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method must be
used to retrieve an object implementing the requested record.edgeEnablerSearchRecordType - an edge enabler search record typeNullArgumentException -
edgeEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(edgeEnablerSearchRecordType) is
false mandatory - This method must be implemented.