OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.workflow.rules.StepEnablerAdminSession
Description

This is the form for creating and updating StepEnablers. Like all OsidForms, various data elements may be set here for use in the create and update methods in the StepEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetStepEnablerFormRecord
Description

Gets the StepEnablerFormRecord corresponding to the given step enabler record Type.

Parametersosid.type.TypestepEnablerRecordType a step enabler record type
Returnosid.workflow.rules.records.StepEnablerFormRecord the step enabler form record
ErrorsNULL_ARGUMENT stepEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepEnablerRecordType) is false
Compliancemandatory This method must be implemented.