X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;fp=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;h=31d5c7c5db28f78bfecf4fcf3a35aafc5cbe3644;hb=304e64fb34b32659be1bbfd39fb4e15b2f79586e;hp=33b0ed6db079b1d2bc834fbff336fa78cf378393;hpb=cfb79b69d9fa44595560659bd95d1d1cd27677ad;p=jalview.git diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 33b0ed6..31d5c7c 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; @@ -88,7 +89,7 @@ public interface FTSRestClientI /** * 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 +137,6 @@ public interface FTSRestClientI * @return the default response page size */ public int getDefaultResponsePageSize(); + + public String[] getPreferencesColumnsFor(PreferenceSource source); }