OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerForm
Implementsosid.OsidConstrainerForm
Used Byosid.workflow.rules.StepConstrainerAdminSession
Description

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

MethodgetStepConstrainerFormRecord
Description

Gets the StepConstrainerFormRecord corresponding to the given step constrainer record Type.

Parametersosid.type.TypestepConstrainerRecordType a step constrainer record type
Returnosid.workflow.rules.records.StepConstrainerFormRecord the step constrainer form record
ErrorsNULL_ARGUMENT stepConstrainerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(stepConstrainerRecordType) is false
Compliancemandatory This method must be implemented.