public interface OrganizationSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
OrganizationQueryInspector |
getOrganizationQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
OrganizationList |
getOrganizations()
Gets the organization list resulting from a search.
|
OrganizationSearchResultsRecord |
getOrganizationSearchResultsRecord(Type organizationSearchRecordType)
Gets the record corresponding to the given organization search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeOrganizationList getOrganizations()
IllegalStateException - the list has already been
retrievedmandatory - This method must be implemented. OrganizationQueryInspector getOrganizationQueryInspector()
mandatory - This method must be implemented. OrganizationSearchResultsRecord getOrganizationSearchResultsRecord(Type organizationSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an object
implementing the requested record.organizationSearchRecordType - an organization search record
typeNullArgumentException -
organizationSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(organizationSearchRecordType) is
false mandatory - This method must be implemented.