Package | Description |
---|---|
com.indexdata.masterkey.pazpar2.client |
Modifier and Type | Method and Description |
---|---|
ClientCommand |
Pazpar2Client.getSearchCommand()
Returns the most recent search command registered with this client
|
ClientCommand |
Pazpar2Session.getSearchCommand() |
ClientCommand |
AbstractPazpar2Client.getSearchCommand()
Returns the latest search command executed through this proxy client
|
Modifier and Type | Method and Description |
---|---|
Pazpar2HttpResponse |
Pazpar2Client.executeCommand(ClientCommand command,
OutputStream os)
Forwards any Pazpar2 command and stores the results in the OutputStream
|
Pazpar2HttpResponse |
AbstractPazpar2Client.executeCommand(ClientCommand command,
OutputStream os) |
boolean |
ClientCommand.isSameAs(ClientCommand anotherCommand)
Compares queryStrings
|
void |
Pazpar2Client.setSearchCommand(ClientCommand command)
Stores the latest search command issued through this proxy client
|
void |
Pazpar2Session.setSearchCommand(ClientCommand command)
If the command is a search it is inserted as latest command
and the hitherto latest search command is now previous.
|
void |
AbstractPazpar2Client.setSearchCommand(ClientCommand command)
Stores the current search command on the proxy client
|
Copyright © 2014. All rights reserved.