OSID Logo
OSID Specifications
workflow package
Version 3.1.0
Interfaceosid.workflow.WorkForm
Implementsosid.OsidObjectForm
Implemented Byosid.workflow.batch.WorkBatchForm
Used Byosid.workflow.WorkAdminSession
Description

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

MethodgetWorkFormRecord
Description

Gets the WorkFormRecord corresponding to the given work record Type.

Parametersosid.type.TypeworkRecordType a work record type
Returnosid.workflow.records.WorkFormRecord the work form record
ErrorsNULL_ARGUMENT workRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(workRecordType) is false
Compliancemandatory This method must be implemented.