OSID Logo
OSID Specifications
workflow rules package
Version 3.0.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.TypestepEnablerRecordTypea step enabler record type
Returnosid.workflow.rules.records.StepEnablerFormRecordthe step enabler form record
ErrorsNULL_ARGUMENTstepEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(stepEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.