Uses of Interface
org.osid.inquiry.InquestForm
Packages that use InquestForm
Package
Description
The Open Service Interface Definitions for the org.osid.inquiry
service.
The Open Service Interface Definitions for the org.osid.inquiry.batch
service.
-
Uses of InquestForm in org.osid.inquiry
Methods in org.osid.inquiry that return InquestFormModifier and TypeMethodDescriptionInquestAdminSession.getInquestFormForCreate(Type[] inquestRecordTypes) Gets the inquest form for creating new inquests.InquestAdminSession.getInquestFormForUpdate(Id inquestId) Gets the inquest form for updating an existing inquest.Methods in org.osid.inquiry with parameters of type InquestFormModifier and TypeMethodDescriptionInquestAdminSession.createInquest(InquestForm inquestForm) Creates a newInquest.voidInquestAdminSession.updateInquest(InquestForm inquestForm) Updates an existing inquest -
Uses of InquestForm in org.osid.inquiry.batch
Subinterfaces of InquestForm in org.osid.inquiry.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating inquests in bulk.