OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.OrganizationSearch
Implementsosid.OsidSearch
Used Byosid.personnel.OrganizationSearchSession
Description

The search interface for governing organization searches.

MethodsearchAmongOrganizations
Description

Execute this search among the given list of organizations.

Parametersosid.id.IdListorganizationIds list of organizations
ErrorsNULL_ARGUMENT organizationIds is null
Compliancemandatory This method must be implemented.
MethodorderOrganizationResults
Description

Specify an ordering to the search results.

Parametersosid.personnel.OrganizationSearchOrderorganizationSearchOrder organization search order
ErrorsNULL_ARGUMENT organizationSearchOrder is null
UNSUPPORTED organizationSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetOrganizationSearchRecord
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.OrganizationSearchRecord the organization search record
ErrorsNULL_ARGUMENT organizationSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(organizationSearchRecordType) is false
Compliancemandatory This method must be implemented.