OSID Logo
OSID Specifications
filing package
Version 3.0.0
Interfaceosid.filing.FileForm
Implementsosid.filing.DirectoryEntryForm
Used Byosid.filing.DirectoryAdminSession
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_ARGUMENTfileRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(fileRecordType) is false
CompliancemandatoryThis method must be implemented.