OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.BranchForm
Implementsosid.OsidObjectForm
osid.OsidOperableForm
Description

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

MethodgetBranchFormRecord
Description

Gets the BranchFormRecord corresponding to the given branch record Type.

Parametersosid.type.TypebranchRecordTypethe branch record type
Returnosid.journaling.records.BranchFormRecordthe branch form record
ErrorsNULL_ARGUMENT branchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(branchRecordType) is false
CompliancemandatoryThis method must be implemented.