public class TermlistCommand extends Pazpar2Command implements ServiceProxyCommand
termlist
command, can be accessed by pzreq.termlist
Constructor and Description |
---|
TermlistCommand() |
Modifier and Type | Method and Description |
---|---|
TermlistCommand |
copy()
Commands must implement this method to provide an completely detached, deep clone of
themselves.
|
java.lang.String |
getName()
Gets parameter value for
name |
java.lang.String |
getNum()
Gets parameter value for
num |
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 |
setName(java.lang.String names)
Sets Pazpar2 parameter
name . |
void |
setNum(java.lang.String num)
Sets Pazpar2 parameter
num . |
boolean |
spOnly()
Here implementing commands publish whether they only
apply to the Service Proxy or can be executed
against straight Pazpar2 as well.
|
addExpression, equals, getCommandName, getEncodedQueryString, getParameter, getParameterValue, getSession, getValueWithExpressions, hashCode, hasParameters, hasParameterValue, removeExpression, removeExpressions, removeExpressionsAfter, removeParameter, removeParameters, removeParametersInState, run, run, runWith, runWith2, setCommandName, setParameter, setParameterInState, setParameters, setParametersInState, setSession, toString
public void setName(java.lang.String names)
name
. See Pazpar2 documentation for details.public java.lang.String getName()
name
public void setNum(java.lang.String num)
num
. See Pazpar2 documentation for details.public java.lang.String getNum()
num
public TermlistCommand 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