X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;h=13e73ef9f1e7df86efe7dee12c000d3c74f29a20;hb=daca035ea0a7379b3f5332aceb19bcb41f7038b3;hp=84d8e0d53d982e1a2cb62a10543d013e96312d0f;hpb=1172695a6da52f03d547b335917694eaceee884b;p=jalview.git diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 84d8e0d..13e73ef 100644 --- a/src/jalview/fts/api/FTSRestClientI.java +++ b/src/jalview/fts/api/FTSRestClientI.java @@ -22,6 +22,7 @@ package jalview.fts.api; import jalview.fts.api.FTSDataColumnI.FTSDataColumnGroupI; +import jalview.fts.core.FTSDataColumnPreferences.PreferenceSource; import jalview.fts.core.FTSRestRequest; import jalview.fts.core.FTSRestResponse; @@ -87,8 +88,9 @@ public interface FTSRestClientI Collection wantedFields); /** - * Fetch index of the primary key column for the dynamic table - * TODO: consider removing 'hasRefSeq' - never used in code + * Fetch index of the primary key column for the dynamic table TODO: consider + * removing 'hasRefSeq' - never used in code + * * @param wantedFields * the available table columns * @param hasRefSeq @@ -136,4 +138,6 @@ public interface FTSRestClientI * @return the default response page size */ public int getDefaultResponsePageSize(); + + public String[] getPreferencesColumnsFor(PreferenceSource source); }