public class FbsService extends Object
Class use FbsClient for retrieval of data.
FbsClient,
FbsElement,
FbsUtil| Constructor and Description |
|---|
FbsService() |
| Modifier and Type | Method and Description |
|---|---|
List<FbsElement> |
getAllFbsElements()
Read all FBS data and deserializes it into a
FbsElement list. |
String |
getEssNameForFbsTag(String tag)
Read ESS name corresponding to given FBS tag.
|
String |
getFbsTagForEssName(String essName)
Read FBS tag corresponding to given ESS name.
|
List<String> |
getFbsTagsForFbsTagStartsWith(String tag,
int maxResults)
Read a list of up to maxResults FBS tags which starts given FBS tag value.
|
public List<FbsElement> getAllFbsElements()
FbsElement list.List of all FbsElementpublic String getEssNameForFbsTag(String tag)
FBS data (FbsElement) corresponding to given FBS tag is retrieved from which ESS name is extracted and returned. If no ESS name is found, null is returned.
tag - FBS tagFbsElementpublic String getFbsTagForEssName(String essName)
FBS data (FbsElement) corresponding to given ESS name is retrieved from which FBS tag is extracted and returned. If no FBS tag is found, null is returned.
essName - ESS namepublic List<String> getFbsTagsForFbsTagStartsWith(String tag, int maxResults)
tag - start of FBS tagmaxResults - maximum number of resultsCopyright © 2025 European Spallation Source. All rights reserved.