OSID Logo
OSID Specifications
course chronicle package
Version 3.1.0
Interfaceosid.course.chronicle.CredentialEntrySearch
Implementsosid.OsidSearch
Used Byosid.course.chronicle.CredentialEntrySearchSession
Description

The search interface for governing credential entry searches.

MethodsearchAmongCredentialEntries
Description

Execute this search among the given list of credential entries.

Parametersosid.id.IdListcredentialEntryIds list of credential entry Ids
ErrorsNULL_ARGUMENT credentialEntryIds is null
Compliancemandatory This method must be implemented.
MethodorderCredentialEntryResults
Description

Specify an ordering to the search results.

Parametersosid.course.chronicle.CredentialEntrySearchOrdercredentialEntrySearchOrder credential entry search order
ErrorsNULL_ARGUMENT credentialEntrySearchOrder is null
UNSUPPORTED credentialEntrySearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetCredentialEntrySearchRecord
Description

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

Parametersosid.type.TypecredentialEntrySearchRecordType a credential entry search record type
Returnosid.course.chronicle.records.CredentialEntrySearchRecord the credential entry search record
ErrorsNULL_ARGUMENT credentialEntrySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(credentialEntrySearchRecordType) is false
Compliancemandatory This method must be implemented.