OSID Logo
OSID Specifications
filing package
Version 3.0.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.TypedirectoryRecordTypethe directory record type
Returnosid.filing.records.DirectoryFormRecordthe directory form record
ErrorsNULL_ARGUMENTdirectoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(directoryRecordType) is false
CompliancemandatoryThis method must be implemented.