OSID Logo
OSID Specifications
workflow package
Version 3.0.0
Release Candidate Preview
Interfaceosid.workflow.WorkForm
Implementsosid.OsidObjectForm
Description

This is the form for creating and updating Works. Like all OsidForm objects, 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_ARGUMENT workRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(workRecordType) is false
CompliancemandatoryThis method must be implemented.