OSID Logo
OSID Specifications
filing package
Version 3.1.0
Interfaceosid.filing.DirectoryForm
Implementsosid.OsidCatalogForm
osid.filing.DirectoryEntryForm
Used Byosid.filing.DirectoryAdminSession
Description

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

MethodgetDirectoryFormRecord
Description

Gets the DirectoryFormRecord corresponding to the given directory record Type.

Parametersosid.type.TypedirectoryRecordType the directory record type
Returnosid.filing.records.DirectoryFormRecord the directory form record
ErrorsNULL_ARGUMENT directoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(directoryRecordType) is false
Compliancemandatory This method must be implemented.