Uses of Interface
org.osid.inquiry.rules.AuditEnablerForm
Packages that use AuditEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
-
Uses of AuditEnablerForm in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return AuditEnablerFormModifier and TypeMethodDescriptionAuditEnablerAdminSession.getAuditEnablerFormForCreate(Type[] auditEnablerRecordTypes) Gets the audit enabler form for creating new audit enablers.AuditEnablerAdminSession.getAuditEnablerFormForUpdate(Id auditEnablerId) Gets the audit enabler form for updating an existing audit enabler.Methods in org.osid.inquiry.rules with parameters of type AuditEnablerFormModifier and TypeMethodDescriptionAuditEnablerAdminSession.createAuditEnabler(AuditEnablerForm auditEnablerForm) Creates a newAuditEnabler.voidAuditEnablerAdminSession.updateAuditEnabler(AuditEnablerForm auditEnablerForm) Updates an existing audit enabler.