X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fmkjsf%2Fpazpar2%2Fcommands%2Fsp%2FInitCommandSp.java;h=1c7748aec7e01bb67f62731a1dec97adc3140c43;hb=017a20f6da489d3d968025f0442213aee7252c41;hp=dba12b09e4a5f1a4499f0e0007a455cc2edd851d;hpb=7df6b1590eb285bca094652950a23edc3da95f70;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/InitCommandSp.java b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/InitCommandSp.java index dba12b0..1c7748a 100644 --- a/src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/InitCommandSp.java +++ b/src/main/java/com/indexdata/mkjsf/pazpar2/commands/sp/InitCommandSp.java @@ -16,10 +16,12 @@ import com.indexdata.mkjsf.pazpar2.data.ResponseParser; import com.indexdata.mkjsf.pazpar2.data.sp.SpResponseDataObject; /** - * Service Proxy extensions to the init command - specifically + * Service Proxy extensions to the Pazpar2 init command - specifically * support for POSTing to the Service Proxy an init doc containing Pazpar2 * definitions and settings. * + * This feature, however, is not supported in the publicly released Service Proxy at this point. + * * @author Niels Erik * */ @@ -36,6 +38,9 @@ public class InitCommandSp implements Serializable, ServiceProxyCommand { initDocUpload = new InitDocUpload(); } + /** + * Sets Service Proxy command parameter includeDebug. + */ public void setIncludeDebug (String includeDebug) { command.setParameterInState(new CommandParameter("includeDebug","=",includeDebug)); }