Uses of Interface
org.osid.mapping.path.batch.SignalBatchFormList
Packages that use SignalBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of SignalBatchFormList in org.osid.mapping.path.batch
Methods in org.osid.mapping.path.batch that return SignalBatchFormListModifier and TypeMethodDescriptionSignalBatchAdminSession.getSignalFormsForCreate(IdList pathIds, Type[] signalRecordTypes) Gets the signal forms for creating a bunch of new signals.SignalBatchAdminSession.getSignalFormsForUpdate(IdList signalIds) Gets the signal forms for updating an existing set of signals.Methods in org.osid.mapping.path.batch with parameters of type SignalBatchFormListModifier and TypeMethodDescriptionSignalBatchAdminSession.createSignals(SignalBatchFormList signalForms) Creates a new set ofSignals.SignalBatchAdminSession.updateSignals(SignalBatchFormList signalForms) Updates existing signals.