Uses of Interface
org.osid.inquiry.rules.InquiryEnablerForm
Packages that use InquiryEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
-
Uses of InquiryEnablerForm in org.osid.inquiry.rules
Methods in org.osid.inquiry.rules that return InquiryEnablerFormModifier and TypeMethodDescriptionInquiryEnablerAdminSession.getInquiryEnablerFormForCreate(Type[] inquiryEnablerRecordTypes) Gets the inquiry enabler form for creating new inquiry enablers.InquiryEnablerAdminSession.getInquiryEnablerFormForUpdate(Id inquiryEnablerId) Gets the inquiry enabler form for updating an existing inquiry enabler.Methods in org.osid.inquiry.rules with parameters of type InquiryEnablerFormModifier and TypeMethodDescriptionInquiryEnablerAdminSession.createInquiryEnabler(InquiryEnablerForm inquiryEnablerForm) Creates a newInquiryEnabler.voidInquiryEnablerAdminSession.updateInquiryEnabler(InquiryEnablerForm inquiryEnablerForm) Updates an existing inquiry enabler.