OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.InquestForm
Implementsosid.OsidCatalogForm
Description

This is the form for creating and updating inquests. Like all OsidForm objects, 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.TypeinquestRecordTypean inquest record type
Returnosid.inquiry.records.InquestFormRecordthe inquest form record
ErrorsNULL_ARGUMENT inquestRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(inquestRecordType) is false
CompliancemandatoryThis method must be implemented.