OSID Logo
OSID Specifications
contact rules package
Version 3.1.0
Interfaceosid.contact.rules.ContactEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.contact.rules.ContactEnablerAdminSession
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.TypecontactEnablerRecordType a contact enabler record type
Returnosid.contact.rules.records.ContactEnablerFormRecord the contact enabler form record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
Compliancemandatory This method must be implemented.