Uses of Interface
org.osid.repository.rules.CompositionEnablerForm
Packages that use CompositionEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.repository.rules
service.
-
Uses of CompositionEnablerForm in org.osid.repository.rules
Methods in org.osid.repository.rules that return CompositionEnablerFormModifier and TypeMethodDescriptionCompositionEnablerAdminSession.getCompositionEnablerFormForCreate(Type[] compositionEnablerRecordTypes) Gets the composition enabler form for creating new composition enablers.CompositionEnablerAdminSession.getCompositionEnablerFormForUpdate(Id compositionEnablerId) Gets the composition enabler form for updating an existing composition enabler.Methods in org.osid.repository.rules with parameters of type CompositionEnablerFormModifier and TypeMethodDescriptionCompositionEnablerAdminSession.createCompositionEnabler(CompositionEnablerForm compositionEnablerForm) Creates a newCompositionEnabler.voidCompositionEnablerAdminSession.updateCompositionEnabler(CompositionEnablerForm compositionEnablerForm) Updates an existing composition enabler.