Uses of Interface
org.osid.configuration.rules.ParameterProcessorEnablerForm
Packages that use ParameterProcessorEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.configuration.rules
service.
-
Uses of ParameterProcessorEnablerForm in org.osid.configuration.rules
Methods in org.osid.configuration.rules that return ParameterProcessorEnablerFormModifier and TypeMethodDescriptionParameterProcessorEnablerAdminSession.getParameterProcessorEnablerFormForCreate(Type[] parameterProcessorEnablerRecordTypes) Gets the parameter processor enabler form for creating new parameter processor enablers.ParameterProcessorEnablerAdminSession.getParameterProcessorEnablerFormForUpdate(Id parameterProcessorEnablerId) Gets the parameter processor enabler form for updating an existing parameter processor enabler.Methods in org.osid.configuration.rules with parameters of type ParameterProcessorEnablerFormModifier and TypeMethodDescriptionParameterProcessorEnablerAdminSession.createParameterProcessorEnabler(ParameterProcessorEnablerForm parameterProcessorEnablerForm) Creates a newParameterProcessorEnabler.voidParameterProcessorEnablerAdminSession.updateParameterProcessorEnabler(ParameterProcessorEnablerForm parameterProcessorEnablerForm) Updates an existing parameter processor enabler.