| Package | Description |
|---|---|
| org.osid.mapping.path |
The Open Service Interface Definitions for the org.osid.mapping.path
service.
|
| org.osid.mapping.path.batch |
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
SignalForm |
SignalAdminSession.getSignalFormForCreate(Id pathId,
Type[] signalRecordTypes)
Gets the signal form for creating new signals.
|
SignalForm |
SignalAdminSession.getSignalFormForUpdate(Id signalId)
Gets the signal form for updating an existing signal.
|
| Modifier and Type | Method and Description |
|---|---|
Signal |
SignalAdminSession.createSignal(SignalForm signalForm)
Creates a new
Signal. |
void |
SignalAdminSession.updateSignal(SignalForm signalForm)
Updates an existing signal.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SignalBatchForm
This is the form for creating and updating signals in bulk.
|