Uses of Interface
org.osid.sequencing.ChainForm
Packages that use ChainForm
Package
Description
The Open Service Interface Definitions for the org.osid.sequencing
service.
-
Uses of ChainForm in org.osid.sequencing
Methods in org.osid.sequencing that return ChainFormModifier and TypeMethodDescriptionChainAdminSession.getChainFormForCreate(Type[] chainRecordTypes) Gets the chain form for creating new chains.ChainAdminSession.getChainFormForUpdate(Id chainId) Gets the chain form for updating an existing chain.Methods in org.osid.sequencing with parameters of type ChainFormModifier and TypeMethodDescriptionChainAdminSession.createChain(ChainForm chainForm) Creates a newChain.voidChainAdminSession.updateChain(ChainForm chainForm) Updates an existing chain.