Uses of Interface
org.osid.offering.ParticipantForm
Packages that use ParticipantForm
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 ParticipantForm in org.osid.offering
Methods in org.osid.offering that return ParticipantFormModifier and TypeMethodDescriptionParticipantAdminSession.getParticipantFormForCreate(Id offeringId, Id resourceId, Type[] participantRecordTypes) Gets the participant form for creating new participants.ParticipantAdminSession.getParticipantFormForUpdate(Id participantId) Gets the participant form for updating an existing participant.Methods in org.osid.offering with parameters of type ParticipantFormModifier and TypeMethodDescriptionParticipantAdminSession.createParticipant(ParticipantForm participantForm) Creates a newParticipant.voidParticipantAdminSession.updateParticipant(ParticipantForm participantForm) Updates an existing participant. -
Uses of ParticipantForm in org.osid.offering.batch
Subinterfaces of ParticipantForm in org.osid.offering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating participants in bulk.