OSID Logo
OSID Specifications
contact rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.rules.ContactEnablerForm
Implementsosid.OsidEnablerForm
Description

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

MethodgetContactEnablerFormRecord
Description

Gets the ContactEnablerFormRecord corresponding to the given contact enabler record Type.

Parametersosid.type.TypecontactEnablerRecordTypea contact enabler record type
Returnosid.contact.rules.records.ContactEnablerFormRecordthe contact enabler form record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.