OSID Logo
OSID Specifications
filing package
Version 3.1.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.TypefileRecordType the file record type
Returnosid.filing.records.FileFormRecord the file form record
ErrorsNULL_ARGUMENT fileRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(fileRecordType) is false
Compliancemandatory This method must be implemented.