OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.OrganizationSearchResults
Implementsosid.OsidSearchResults
Used Byosid.personnel.OrganizationSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetOrganizations
Description

Gets the organization list resulting from a search.

Returnosid.personnel.OrganizationList the organization list
ErrorsILLEGAL_STATE the list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetOrganizationQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.personnel.OrganizationQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetOrganizationSearchResultsRecord
Description

Gets the record corresponding to the given organization search record Type. This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypeorganizationSearchRecordType an organization search record type
Returnosid.personnel.records.OrganizationSearchResultsRecord the organization search results record
ErrorsNULL_ARGUMENT organizationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(organizationSearchRecordType) is false
Compliancemandatory This method must be implemented.