Uses of Interface
org.osid.mapping.path.SignalForm
Packages that use SignalForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of SignalForm in org.osid.mapping.path
Methods in org.osid.mapping.path that return SignalFormModifier and TypeMethodDescriptionSignalAdminSession.getSignalFormForCreate(Id pathId, Type[] signalRecordTypes) Gets the signal form for creating new signals.SignalAdminSession.getSignalFormForUpdate(Id signalId) Gets the signal form for updating an existing signal.Methods in org.osid.mapping.path with parameters of type SignalFormModifier and TypeMethodDescriptionSignalAdminSession.createSignal(SignalForm signalForm) Creates a newSignal.voidSignalAdminSession.updateSignal(SignalForm signalForm) Updates an existing signal. -
Uses of SignalForm in org.osid.mapping.path.batch
Subinterfaces of SignalForm in org.osid.mapping.path.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating signals in bulk.