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