Uses of Interface
org.osid.offering.ResultForm
Packages that use ResultForm
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of ResultForm in org.osid.offering
Methods in org.osid.offering that return ResultFormModifier and TypeMethodDescriptionResultAdminSession.getResultFormForCreate(Id canonicalUnitId, Id particpantId, Type[] resultRecordTypes) Gets the result form for creating new results.ResultAdminSession.getResultFormForUpdate(Id resultId) Gets the result form for updating an existing result.Methods in org.osid.offering with parameters of type ResultFormModifier and TypeMethodDescriptionResultAdminSession.createResult(ResultForm resultForm) Creates a newResult.voidResultAdminSession.updateResult(ResultForm resultForm) Updates an existing result. -
Uses of ResultForm in org.osid.offering.batch
Subinterfaces of ResultForm in org.osid.offering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating results in bulk.