OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypestepProcessorEnablerRecordTypethe type of step processor enabler record to retrieve
Returnosid.workflow.rules.records.StepProcessorEnablerRecordthe step processor enabler record
ErrorsNULL_ARGUMENTstepProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.