OSID Logo
OSID Specifications
workflow rules package
Version 3.1.0
Interfaceosid.workflow.rules.StepConstrainerEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.workflow.rules.StepConstrainerEnablerAdminSession
Description

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

MethodgetStepConstrainerEnablerFormRecord
Description

Gets the StepConstrainerEnablerFormRecord corresponding to the given step constrainer enabler record Type.

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