OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.OrganizationSearch
Implementsosid.OsidSearch
Description

The search interface for governing organization searches.

MethodsearchAmongOrganizations
Description

Execute this search among the given list of organizations.

Parametersosid.id.IdListorganizationIdslist of organizations
ErrorsNULL_ARGUMENT organizationIds is null
CompliancemandatoryThis method must be implemented.
MethodorderOrganizationResults
Description

Specify an ordering to the search results.

Parametersosid.personnel.OrganizationSearchOrderorganizationSearchOrderorganization search order
ErrorsNULL_ARGUMENT organizationSearchOrder is null
UNSUPPORTED organizationSearchOrder is not of this service
CompliancemandatoryThis 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.TypeorganizationSearchRecordTypean organization search record type
Returnosid.personnel.records.OrganizationSearchRecordthe organization search record
ErrorsNULL_ARGUMENT organizationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(organizationSearchRecordType) is false
CompliancemandatoryThis method must be implemented.