Uses of Interface
org.osid.control.rules.ActionEnablerForm
Packages that use ActionEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.control.rules
service.
-
Uses of ActionEnablerForm in org.osid.control.rules
Methods in org.osid.control.rules that return ActionEnablerFormModifier and TypeMethodDescriptionActionEnablerAdminSession.getActionEnablerFormForCreate(Type[] actionEnablerRecordTypes) Gets the action enabler form for creating new action enablers.ActionEnablerAdminSession.getActionEnablerFormForUpdate(Id actionEnablerId) Gets the action enabler form for updating an existing action enabler.Methods in org.osid.control.rules with parameters of type ActionEnablerFormModifier and TypeMethodDescriptionActionEnablerAdminSession.createActionEnabler(ActionEnablerForm actionEnablerForm) Creates a newActionEnabler.voidActionEnablerAdminSession.updateActionEnabler(ActionEnablerForm actionEnablerForm) Updates an existing action enabler.