| Package | Description |
|---|---|
| org.openepics.cable.dto | |
| org.openepics.cable.services | |
| org.openepics.cable.services.dl |
| Modifier and Type | Method and Description |
|---|---|
CableColumn |
NotificationDTO.getCableColumn() |
| Constructor and Description |
|---|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment)
Constructs a new data transfer object for notification.
|
NotificationDTO(Cable cable,
Endpoint endpoint,
String cableName,
CableColumn cableColumn,
String comment,
String oldValue,
String newValue)
Constructs a new data transfer object for notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cable> |
CableService.getFilteredCablesByRegExp(List<CableColumn> fields,
String regExp)
Returns a list of cables filtered by regural expression.
|
| Modifier and Type | Method and Description |
|---|---|
static CableColumn |
CableColumn.convertColumnLabel(String columnLabel)
Return cable column given column label.
|
static CableColumn |
CableColumn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CableColumn[] |
CableColumn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 European Spallation Source. All rights reserved.