OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorForm
Implementsosid.OsidProcessorForm
Used Byosid.inquiry.rules.AuditProcessorAdminSession
Description

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

MethodgetAuditProcessorFormRecord
Description

Gets the AuditProcessorFormRecord corresponding to the given audit processor record Type.

Parametersosid.type.TypeauditProcessorRecordType an audit processor record type
Returnosid.inquiry.rules.records.AuditProcessorFormRecord the audit processor form record
ErrorsNULL_ARGUMENT auditProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(auditProcessorRecordType) is false
Compliancemandatory This method must be implemented.