OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.InquestForm
Implementsosid.OsidCatalogForm
Implemented Byosid.inquiry.batch.InquestBatchForm
Used Byosid.inquiry.InquestAdminSession
Description

This is the form for creating and updating inquests. Like all OsidForms, various data elements may be set here for use in the create and update methods in the InquestAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetInquestFormRecord
Description

Gets the InquestFormRecord corresponding to the given inquest record Type.

Parametersosid.type.TypeinquestRecordType an inquest record type
Returnosid.inquiry.records.InquestFormRecord the inquest form record
ErrorsNULL_ARGUMENT inquestRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(inquestRecordType) is false
Compliancemandatory This method must be implemented.