OSID Logo
OSID Specifications
inquiry rules package
Version 3.1.0
Interfaceosid.inquiry.rules.AuditProcessorEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.inquiry.rules.AuditProcessorEnablerAdminSession
Description

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

MethodgetAuditProcessorEnablerFormRecord
Description

Gets the AuditProcessorEnablerFormRecord corresponding to the given audit processor enabler record Type.

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