public class InitCommandSp extends java.lang.Object implements java.io.Serializable, ServiceProxyCommand
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.Constructor and Description |
---|
InitCommandSp(InitCommand initCommand) |
Modifier and Type | Method and Description |
---|---|
void |
downloadInitDoc() |
java.lang.String |
getIncludeDebug() |
org.apache.myfaces.custom.fileupload.UploadedFile |
getUploadedInitDoc() |
java.lang.String |
getWindowid()
Returns the
windowid parameter value. |
SpResponseDataObject |
run() |
void |
setIncludeDebug(java.lang.String includeDebug)
Sets Service Proxy command parameter
includeDebug . |
void |
setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile) |
void |
setWindowid(java.lang.String windowid)
Sets the
windowid parameter. |
boolean |
spOnly() |
public InitCommandSp(InitCommand initCommand)
public void setIncludeDebug(java.lang.String includeDebug)
includeDebug
.public java.lang.String getIncludeDebug()
public void setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile)
public org.apache.myfaces.custom.fileupload.UploadedFile getUploadedInitDoc()
public void downloadInitDoc() throws java.io.IOException
java.io.IOException
public SpResponseDataObject run()
public void setWindowid(java.lang.String windowid)
windowid
parameter. See Service Proxy documentation for details.public java.lang.String getWindowid()
windowid
parameter value.public boolean spOnly()
spOnly
in interface ServiceProxyCommand