OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.ActionEnabler
Implementsosid.OsidEnabler
Used Byosid.control.rules.ActionEnablerAdminSession
osid.control.rules.ActionEnablerList
osid.control.rules.ActionEnablerLookupSession
Description

An ActionEnabler describes the rules for making an ControlConstrainer effective.

MethodgetActionEnablerRecord
Description

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

Parametersosid.type.TypeactionEnablerRecordType the type of action enabler record to retrieve
Returnosid.control.rules.records.ActionEnablerRecord the action enabler record
ErrorsNULL_ARGUMENT actionEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(actionEnablerRecordType) is false
Compliancemandatory This method must be implemented.