Uses of Interface
org.osid.journaling.BranchForm
Packages that use BranchForm
Package
Description
The Open Service Interface Definitions for the org.osid.journaling
service.
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
-
Uses of BranchForm in org.osid.journaling
Methods in org.osid.journaling that return BranchFormModifier and TypeMethodDescriptionBranchAdminSession.getBranchFormForCreate(Id journalEntryId, Type[] branchRecordTypes) Gets the branch form for creating new entries.BranchAdminSession.getBranchFormForUpdate(Id branchId) Gets the branch form for updating an existing branch.Methods in org.osid.journaling with parameters of type BranchFormModifier and TypeMethodDescriptionBranchAdminSession.createBranch(BranchForm branchForm) Creates a branch.voidBranchAdminSession.updateBranch(BranchForm branchForm) Updates an existing branch. -
Uses of BranchForm in org.osid.journaling.batch
Subinterfaces of BranchForm in org.osid.journaling.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating branches in bulk.