OSID Logo
OSID Specifications
contact rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.rules.ContactEnabler
Implementsosid.OsidEnabler
Description

A ContactEnabler describes the rules for making Contacts effective.

MethodgetContactEnablerRecord
Description

Gets the contact enabler record corresponding to the given ContactEnabler record Type. This method is used to retrieve an object implementing the requested record. The contactEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(contactEnablerRecordType) is true .

Parametersosid.type.TypecontactEnablerRecordTypethe type of contact enabler record to retrieve
Returnosid.contact.rules.records.ContactEnablerRecordthe contact enabler record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.