Adds check for SP only commands.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / commands / sp / RecordCommandSp.java
index 99846b5..0662df1 100644 (file)
@@ -30,5 +30,11 @@ public class RecordCommandSp  implements Serializable, ServiceProxyCommand {
     return command.getParameterValue("acefilter");\r
   }\r
 \r
+  @Override\r
+  public boolean spOnly() {\r
+    return true;\r
+  }\r
+\r
+  \r
 \r
 }\r