Uses of Interface
org.osid.repository.CompositionForm
Packages that use CompositionForm
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of CompositionForm in org.osid.repository
Methods in org.osid.repository that return CompositionFormModifier and TypeMethodDescriptionCompositionAdminSession.getCompositionFormForCreate(Type[] compositionRecordTypes) Gets the composition form for creating new compositions.CompositionAdminSession.getCompositionFormForUpdate(Id compositionId) Gets the composition form for updating an existing composition.Methods in org.osid.repository with parameters of type CompositionFormModifier and TypeMethodDescriptionCompositionAdminSession.createComposition(CompositionForm compositionForm) Creates a newComposition.voidCompositionAdminSession.updateComposition(CompositionForm compositionForm) Updates an existing composition. -
Uses of CompositionForm in org.osid.repository.batch
Subinterfaces of CompositionForm in org.osid.repository.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating compositions in bulk.