Uses of Interface
org.osid.calendaring.CommitmentForm
Packages that use CommitmentForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of CommitmentForm in org.osid.calendaring
Methods in org.osid.calendaring that return CommitmentFormModifier and TypeMethodDescriptionCommitmentAdminSession.getCommitmentFormForCreate(Id eventId, Id resourceId, Type[] commitmentRecordTypes) Gets the commitment form for creating new commitments.CommitmentAdminSession.getCommitmentFormForUpdate(Id commitmentId) Gets the commitment form for updating an existing commitment.Methods in org.osid.calendaring with parameters of type CommitmentFormModifier and TypeMethodDescriptionCommitmentAdminSession.createCommitment(CommitmentForm commitmentForm) Creates a newCommitment.voidCommitmentAdminSession.updateCommitment(CommitmentForm commitmentForm) Updates an existing commitment. -
Uses of CommitmentForm in org.osid.calendaring.batch
Subinterfaces of CommitmentForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating commitments in bulk.