|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
com.indexdata.mkjsf.pazpar2.commands.InitCommand
public class InitCommand
Represents a Pazpar2 init
command, can be accessed by pzreq.init
Field Summary |
---|
Fields inherited from class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command |
---|
name, parameters |
Constructor Summary | |
---|---|
InitCommand()
|
Method Summary | |
---|---|
InitCommand |
copy()
Commands must implement this method to provide an completely detached, deep clone of themselves. |
String |
getClear()
Returns the clear parameter value. |
String |
getService()
Returns the service parameter value. |
String |
getSession()
Disabled, not supported for init |
ServiceProxyCommand |
getSp()
Implementing classes must provide their Service Proxy extension command if any extension parameters exists, or -- just to be polite -- 'this' if there is no Service Proxy extension to the given command. |
void |
setClear(String clear)
Sets the clear parameter. |
void |
setService(String serviceId)
Sets the service parameter. |
void |
setSession(String sessionId)
Disabled, not supported for init |
boolean |
spOnly()
Here implementing commands publish whether they only apply to the Service Proxy or can be executed against straight Pazpar2 as well. |
Methods inherited from class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command |
---|
addExpression, checkInState, equals, getCommandName, getEncodedQueryString, getParameter, getParameterValue, getValueWithExpressions, hashCode, hasParameters, hasParameterValue, removeExpression, removeExpressions, removeExpressionsAfter, removeParameter, removeParameters, removeParametersInState, run, run, runWith, setCommandName, setParameter, setParameterInState, setParameters, setParametersInState, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitCommand()
Method Detail |
---|
public void setClear(String clear)
clear
parameter. See Pazpar2 documentation for details.
clear
- public String getClear()
clear
parameter value.
public void setService(String serviceId)
service
parameter. See Pazpar2 documentation for details.
serviceId
- public String getService()
service
parameter value.
public void setSession(String sessionId)
init
setSession
in class Pazpar2Command
public String getSession()
init
getSession
in class Pazpar2Command
public InitCommand copy()
Pazpar2Command
copy
in class Pazpar2Command
public ServiceProxyCommand getSp()
Pazpar2Command
getSp
in class Pazpar2Command
public boolean spOnly()
Pazpar2Command
spOnly
in interface ServiceProxyCommand
spOnly
in class Pazpar2Command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |