X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Ffts%2Fapi%2FFTSRestClientI.java;h=13e73ef9f1e7df86efe7dee12c000d3c74f29a20;hb=011df19c7cd01c6355a885fb0c2fff33a236d6ff;hp=33b0ed6db079b1d2bc834fbff336fa78cf378393;hpb=853624fb32058cccc544ae7d13af6ad4b0800b6c;p=jalview.git diff --git a/src/jalview/fts/api/FTSRestClientI.java b/src/jalview/fts/api/FTSRestClientI.java index 33b0ed6..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,7 +88,8 @@ public interface FTSRestClientI Collection wantedFields); /** - * Fetch index of the primary key column for the dynamic table + * 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 @@ -136,4 +138,6 @@ public interface FTSRestClientI * @return the default response page size */ public int getDefaultResponsePageSize(); + + public String[] getPreferencesColumnsFor(PreferenceSource source); }