public interface CableResource
| Modifier and Type | Method and Description |
|---|---|
List<CableElement> |
getAllCables(List<String> field,
String regExp)
Returns non-deleted cables in the database.
|
List<CableElement> |
getAllCablesWithESSName(String essName) |
List<CableElement> |
getAllCablesWithFBSTag(String fbsTag) |
List<CableElement> |
getAllCablesWithLBSTag(String lbsTag) |
CableElement |
getCable(String name)
Returns a specific cable instance.
|
List<CableElement> getAllCables(List<String> field, String regExp)
field - a list of string cable fields to search using regular expression; if empty, all fields are searchedregExp - the regular expression to use to search the cables; if null or empty, all cables are returnedCableElement getCable(String name)
name - the name of the cable to retrieveList<CableElement> getAllCablesWithESSName(String essName)
List<CableElement> getAllCablesWithFBSTag(String fbsTag)
List<CableElement> getAllCablesWithLBSTag(String lbsTag)
Copyright © 2025 European Spallation Source. All rights reserved.