OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.ProvisionableEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.ProvisionableEnablerAdminSession
osid.provisioning.rules.ProvisionableEnablerList
osid.provisioning.rules.ProvisionableEnablerLookupSession
Description

A ProvisionableEnabler manages the active status of a Provisionable.

MethodgetProvisionableEnablerRecord
Description

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

Parametersosid.type.TypeprovisionableEnablerRecordTypethe type of provisionable enabler record to retrieve
Returnosid.provisioning.rules.records.ProvisionableEnablerRecordthe provisionable enabler record
ErrorsNULL_ARGUMENTprovisionableEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(provisionableEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.