OSID Logo
OSID Specifications
provisioning rules package
Version 3.0.0
Interfaceosid.provisioning.rules.ProvisionEnabler
Implementsosid.OsidEnabler
Used Byosid.provisioning.rules.ProvisionEnablerAdminSession
osid.provisioning.rules.ProvisionEnablerList
osid.provisioning.rules.ProvisionEnablerLookupSession
Description

A ProvisionEnabler manages the active status of a Provision.

MethodgetProvisionEnablerRecord
Description

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

Parametersosid.type.TypeprovisionEnablerRecordTypethe type of provision enabler record to retrieve
Returnosid.provisioning.rules.records.ProvisionEnablerRecordthe provision enabler record
ErrorsNULL_ARGUMENTprovisionEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(provisionEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.