OSID Logo
OSID Specifications
personnel package
Version 3.0.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.IdListorganizationIdslist of organizations
ErrorsNULL_ARGUMENTorganizationIds is null
CompliancemandatoryThis method must be implemented.
MethodorderOrganizationResults
Description

Specify an ordering to the search results.

Parametersosid.personnel.OrganizationSearchOrderorganizationSearchOrderorganization search order
ErrorsNULL_ARGUMENTorganizationSearchOrder is null
UNSUPPORTEDorganizationSearchOrder 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_ARGUMENTorganizationSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(organizationSearchRecordType) is false
CompliancemandatoryThis method must be implemented.