OSID Logo
OSID Specifications
workflow package
Version 3.0.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.TypeworkRecordTypea work record type
Returnosid.workflow.records.WorkFormRecordthe work form record
ErrorsNULL_ARGUMENTworkRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(workRecordType) is false
CompliancemandatoryThis method must be implemented.