OSID Logo
OSID Specifications
calendaring package
Version 3.1.0
Interfaceosid.calendaring.CommitmentForm
Implementsosid.OsidRelationshipForm
Implemented Byosid.calendaring.batch.CommitmentBatchForm
Used Byosid.calendaring.CommitmentAdminSession
Description

This is the form for creating and updating Commitments.

MethodgetCommitmentFormRecord
Description

Gets the CommitmentFormRecord corresponding to the given event record Type.

Parametersosid.type.TypecommitmentRecordType the commitment record type
Returnosid.calendaring.records.CommitmentFormRecord the commitment form record
ErrorsNULL_ARGUMENT commitmentRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(commitmentRecordType) is false
Compliancemandatory This method must be implemented.