OSID Logo
OSID Specifications
filing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.FileForm
Implementsosid.filing.DirectoryEntryForm
Description

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

MethodgetFileFormRecord
Description

Gets the FileFormRecord corresponding to the given file record Type.

Parametersosid.type.TypefileRecordTypethe file record type
Returnosid.filing.records.FileFormRecordthe file form record
ErrorsNULL_ARGUMENT fileRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(fileRecordType) is false
CompliancemandatoryThis method must be implemented.