OSID Logo
OSID Specifications
profile package
Version 3.0.0
Interfaceosid.profile.ProfileEntrySearch
Implementsosid.OsidSearch
Used Byosid.profile.ProfileEntrySearchSession
Description

ProfileEntrySearch defines the interface for specifying profile entry search options.

MethodsearchAmongProfileEntries
Description

Execute this search among the given list of profile entries.

Parametersosid.id.IdListprofileEntryIdslist of profile entries
ErrorsNULL_ARGUMENTprofileEntryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderProfileEntryResults
Description

Specify an ordering to the search results.

Parametersosid.profile.ProfileEntrySearchOrderprofileEntrySearchOrdera profile entry search order
ErrorsNULL_ARGUMENTprofileEntrySearchOrder is null
UNSUPPORTEDprofileEntrySearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetProfileEntrySearchRecord
Description

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

Parametersosid.type.TypeprofileEntrySearchRecordTypea profile entry search record type
Returnosid.profile.records.ProfileEntrySearchRecordthe profile entry search record
ErrorsNULL_ARGUMENTprofileEntrySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(profileEntrySearchRecordType) is false
CompliancemandatoryThis method must be implemented.