|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandParameter | |
---|---|
com.indexdata.mkjsf.pazpar2.commands | Each Pazpar2 command is represented by a class with methods for setting parameters and running the command against the selected Pazpar2 service. |
Uses of CommandParameter in com.indexdata.mkjsf.pazpar2.commands |
---|
Subclasses of CommandParameter in com.indexdata.mkjsf.pazpar2.commands | |
---|---|
class |
FilterParameter
Represents a filter parameter as it applies to the Pazpar2 search command |
class |
LimitParameter
Represents a limit parameter as it applies to the Pazpar2 search command |
class |
QueryParameter
Represents a query parameter as it applies to the Pazpar2 search command |
Fields in com.indexdata.mkjsf.pazpar2.commands with type parameters of type CommandParameter | |
---|---|
protected Map<String,CommandParameter> |
Pazpar2Command.parameters
|
Methods in com.indexdata.mkjsf.pazpar2.commands that return CommandParameter | |
---|---|
CommandParameter |
CommandParameter.copy()
Clones the CommandParameter |
CommandParameter |
Pazpar2Command.getParameter(String name)
Retrieves a command parameter by parameter name |
Methods in com.indexdata.mkjsf.pazpar2.commands with parameters of type CommandParameter | |
---|---|
void |
Pazpar2Command.setParameter(CommandParameter parameter)
Sets a parameter on this command and notifies the state manager about the change |
void |
Pazpar2Command.setParameterInState(CommandParameter parameter)
Sets a parameter on this command without notifying the state manager. |
void |
Pazpar2Command.setParameters(CommandParameter... params)
Sets multiple parameters on the command and notifies the state manager -- once -- about the change |
void |
Pazpar2Command.setParametersInState(CommandParameter... params)
Sets multiple parameters on this command without notifying the state manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |