OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.rules.StepProcessorEnabler
Implementsosid.OsidEnabler
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_ARGUMENT stepProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(stepProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.