Uses of Interface
org.osid.mapping.path.rules.SignalEnablerForm
Packages that use SignalEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.rules
service.
-
Uses of SignalEnablerForm in org.osid.mapping.path.rules
Methods in org.osid.mapping.path.rules that return SignalEnablerFormModifier and TypeMethodDescriptionSignalEnablerAdminSession.getSignalEnablerFormForCreate(Type[] signalEnablerRecordTypes) Gets the signal enabler form for creating new signal enablers.SignalEnablerAdminSession.getSignalEnablerFormForUpdate(Id signalEnablerId) Gets the signal enabler form for updating an existing signal enabler.Methods in org.osid.mapping.path.rules with parameters of type SignalEnablerFormModifier and TypeMethodDescriptionSignalEnablerAdminSession.createSignalEnabler(SignalEnablerForm signalEnablerForm) Creates a newSignalEnabler.voidSignalEnablerAdminSession.updateSignalEnabler(SignalEnablerForm signalEnablerForm) Updates an existing signal enabler.