OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.AuditForm
Implementsosid.OsidGovernatorForm
Description

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