OSID Logo
OSID Specifications
filing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.DirectoryForm
Implementsosid.OsidCatalogForm
osid.filing.DirectoryEntryForm
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.TypedirectoryRecordTypethe directory record type
Returnosid.filing.records.DirectoryFormRecordthe directory form record
ErrorsNULL_ARGUMENT directoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(directoryRecordType) is false
CompliancemandatoryThis method must be implemented.