OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepProcessorEnabler
Implementsosid.OsidEnabler
Used Byosid.workflow.rules.StepProcessorEnablerAdminSession
osid.workflow.rules.StepProcessorEnablerList
osid.workflow.rules.StepProcessorEnablerLookupSession
Description

A StepProcessorEnabler describes the rules for making a StepProcessor effective.

MethodgetStepProcessorEnablerRecord
Description

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

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