Uses of Interface
org.osid.recognition.ConferralForm
Packages that use ConferralForm
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
The Open Service Interface Definitions for the org.osid.recognition.batch
service.
-
Uses of ConferralForm in org.osid.recognition
Methods in org.osid.recognition that return ConferralFormModifier and TypeMethodDescriptionConferralAdminSession.getConferralFormForCreate(Id awardId, Id resourceId, Type[] conferralRecordTypes) Gets the conferral form for creating new conferrals.ConferralAdminSession.getConferralFormForUpdate(Id conferralId) Gets the conferral form for updating an existing conferral.Methods in org.osid.recognition with parameters of type ConferralFormModifier and TypeMethodDescriptionConferralAdminSession.createConferral(ConferralForm conferralForm) Creates a newConferral.voidConferralAdminSession.updateConferral(ConferralForm conferralForm) Updates an existing conferral. -
Uses of ConferralForm in org.osid.recognition.batch
Subinterfaces of ConferralForm in org.osid.recognition.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating conferrals in bulk.