OSID Logo
OSID Specifications
inquiry package
Version 3.1.0
Interfaceosid.inquiry.AuditForm
Implementsosid.OsidGovernatorForm
Used Byosid.inquiry.AuditAdminSession
Description

This is the form for creating and updating Audits. Like all OsidForms, various data elements may be set here for use in the create and update methods in the AuditAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints. Some data may be automatically derived from the audit segments.

MethodgetAuditFormRecord
Description

Gets the AuditFormRecord corresponding to the given audit record Type.

Parametersosid.type.TypeauditRecordType an audit record type
Returnosid.inquiry.records.AuditFormRecord the audit form record
ErrorsNULL_ARGUMENT auditRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditRecordType) is false
Compliancemandatory This method must be implemented.