Merge branch 'develop' into releases/Release_2_11_2_Branch
[jalview.git] / src / jalview / fts / api / FTSRestClientI.java
index 84d8e0d..13e73ef 100644 (file)
@@ -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<FTSDataColumnI> 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);
 }