OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.BranchForm
Implementsosid.OsidObjectForm
osid.OsidOperableForm
Implemented Byosid.journaling.batch.BranchBatchForm
Used Byosid.journaling.BranchAdminSession
Description

This is the form for creating and updating branches. Like all OsidForms, 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.TypebranchRecordType the branch record type
Returnosid.journaling.records.BranchFormRecord the branch form record
ErrorsNULL_ARGUMENT branchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(branchRecordType) is false
Compliancemandatory This method must be implemented.