com.indexdata.masterkey.pazpar2.client
public class Pazpar2Session extends Object implements Serializable
Constructor and Description |
---|
Pazpar2Session() |
Modifier and Type | Method and Description |
---|---|
ClientCommand |
getSearchCommand() |
String |
getSearchQueryString() |
String |
getSessionId() |
boolean |
recordFilterChanged()
Compares the record filtering on the current search with
the previous search
|
boolean |
recordFilterTargetCriteriaChanged()
Compares the target criteria associated with a record filter on
the current search with the previous search.
|
void |
resetQuery() |
boolean |
searchChanged()
Compares the current search with the previous search
|
void |
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 |
setSessionId(String sessionId) |
boolean |
torusQueryChanged()
Compares the torus query on the current search with the
previous search
|
public void setSearchCommand(ClientCommand command)
command
- public ClientCommand getSearchCommand()
public String getSearchQueryString()
public boolean searchChanged()
public void resetQuery()
public boolean recordFilterChanged()
public boolean recordFilterTargetCriteriaChanged()
public String getSessionId()
public void setSessionId(String sessionId)
public boolean torusQueryChanged()
Copyright © 2014. All rights reserved.