OSID Logo
OSID Specifications
workflow rules package
Version 3.0.0
Interfaceosid.workflow.rules.StepProcessor
Implementsosid.OsidProcessor
Used Byosid.workflow.rules.StepProcessorAdminSession
osid.workflow.rules.StepProcessorList
osid.workflow.rules.StepProcessorLookupSession
Description

A StepProcessor describes the rules for managing the behavior of a step.

MethodgetStepProcessorRecord
Description

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

Parametersosid.type.TypestepProcessorRecordTypethe type of step processor record to retrieve
Returnosid.workflow.rules.records.StepProcessorRecordthe step processor record
ErrorsNULL_ARGUMENTstepProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.