OSID Logo
OSID Specifications
calendaring rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.calendaring.rules.CommitmentEnablerForm
Implementsosid.OsidEnablerForm
Description

This is the form for creating and updating CommitmentEnablers. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the CommitmentEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetCommitmentEnablerFormRecord
Description

Gets the CommitmentEnablerFormRecord corresponding to the given commitment enabler record Type.

Parametersosid.type.TypecommitmentEnablerRecordTypea commitment enabler record type
Returnosid.calendaring.rules.records.CommitmentEnablerFormRecordthe commitment enabler form record
ErrorsNULL_ARGUMENT commitmentEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(commitmentEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.