OSID Logo
OSID Specifications
hierarchy package
Version 3.1.0
Interfaceosid.hierarchy.HierarchyForm
Implementsosid.OsidCatalogForm
Used Byosid.hierarchy.HierarchyAdminSession
Description

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

MethodgetHierarchyFormRecord
Description

Gets the HierarchyFormRecord corresponding to the given hierarchy record Type.

Parametersosid.type.TypehierarchyRecordType the hierarchy record type
Returnosid.hierarchy.records.HierarchyFormRecord the hierarchy form record
ErrorsNULL_ARGUMENT hierarchyRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(hierarchyRecordType) is false
Compliancemandatory This method must be implemented.