OSID Logo
OSID Specifications
provisioning rules package
Version 3.1.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.TypeprovisionEnablerRecordType the type of provision enabler record to retrieve
Returnosid.provisioning.rules.records.ProvisionEnablerRecord the provision enabler record
ErrorsNULL_ARGUMENT provisionEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(provisionEnablerRecordType) is false
Compliancemandatory This method must be implemented.