Fixes termlist command parameter bug
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / Pz2Interface.java
index 7b0b863..2122743 100644 (file)
@@ -11,12 +11,18 @@ public interface Pz2Interface extends Serializable {
    * \r
    * @param query\r
    */\r
-  public void doSearch(String query);\r
+  //public void doSearch(String query);\r
   \r
   /**\r
    * Executes a Pazpar2 search using the current query \r
    */\r
-  public void doSearch();\r
+  // public void doSearch();\r
+  \r
+  /**\r
+   * Executes a Pazpar2 record requests\r
+   * @return Active clients for the record request\r
+   */\r
+  // public String doRecord();\r
   \r
   /**\r
    * Updates display data objects by issuing the following pazpar2 commands: \r
@@ -111,4 +117,5 @@ public interface Pz2Interface extends Serializable {
   public boolean isPazpar2Service ();  \r
   public boolean isServiceProxyService();  \r
   public boolean serviceIsToBeDecided ();\r
+  public SearchClient getSearchClient();\r
 }\r