OSID Logo
OSID Specifications
workflow rules package
Version 3.1.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.TypestepProcessorRecordType the type of step processor record to retrieve
Returnosid.workflow.rules.records.StepProcessorRecord the step processor record
ErrorsNULL_ARGUMENT stepProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepProcessorRecordType) is false
Compliancemandatory This method must be implemented.