OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerEnabler
Implementsosid.OsidEnabler
Used Byosid.workflow.rules.StepConstrainerEnablerAdminSession
osid.workflow.rules.StepConstrainerEnablerList
osid.workflow.rules.StepConstrainerEnablerLookupSession
Description

A StepConstrainerEnabler describes the rules for making a StepConstrainer effective.

MethodgetStepConstrainerEnablerRecord
Description

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

Parametersosid.type.TypestepConstrainerEnablerRecordType the type of step constrainer enabler record to retrieve
Returnosid.workflow.rules.records.StepConstrainerEnablerRecord the step constrainer enabler record
ErrorsNULL_ARGUMENT stepConstrainerEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepConstrainerEnablerRecordType) is false
Compliancemandatory This method must be implemented.