| Package | Description |
|---|---|
| org.osid.inquiry |
The Open Service Interface Definitions for the org.osid.inquiry
service.
|
| org.osid.inquiry.batch |
The Open Service Interface Definitions for the org.osid.inquiry.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
InquiryForm |
InquiryAdminSession.getInquiryFormForCreate(Id auditId,
Type[] inquiryRecordTypes)
Gets the inquiry form for creating new inquiries.
|
InquiryForm |
InquiryAdminSession.getInquiryFormForUpdate(Id inquiryId)
Gets the inquiry form for updating an existing inquiry.
|
| Modifier and Type | Method and Description |
|---|---|
Inquiry |
InquiryAdminSession.createInquiry(InquiryForm inquiryForm)
Creates a new
Inquiry. |
void |
InquiryAdminSession.updateInquiry(InquiryForm inquiryForm)
Updates an existing inquiry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuditBatchForm
This is the form for creating and updating audits in bulk.
|
interface |
InquiryBatchForm
This is the form for creating and updating inquiries in bulk.
|