Uses of Interface
org.osid.inquiry.ResponseForm
Packages that use ResponseForm
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 ResponseForm in org.osid.inquiry
Methods in org.osid.inquiry that return ResponseFormModifier and TypeMethodDescriptionAcknowledgementSession.getResponseForm(Id inquiryId, Type[] responseRecordTypes) Gets the response form for creating new responses from this agent.ResponseAdminSession.getResponseFormForCreate(Id inquiryId, Id resourceId, Type[] responseRecordTypes) Gets the response form for creating new responses.ResponseAdminSession.getResponseFormForUpdate(Id responseId) Gets the response form for updating an existing response.Methods in org.osid.inquiry with parameters of type ResponseFormModifier and TypeMethodDescriptionResponseAdminSession.createResponse(ResponseForm responseForm) Creates a newResponse.AcknowledgementSession.respond(ResponseForm responseForm) Creates a newResponsefrom this agent.voidResponseAdminSession.updateResponse(ResponseForm responseForm) Updates an existing response. -
Uses of ResponseForm in org.osid.inquiry.batch
Subinterfaces of ResponseForm in org.osid.inquiry.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating responses in bulk.