Adds support for parsing diff. expression operators
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / Pz2Interface.java
index b8b6d24..2122743 100644 (file)
@@ -11,18 +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
+  // public String doRecord();\r
   \r
   /**\r
    * Updates display data objects by issuing the following pazpar2 commands: \r
@@ -117,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