A B C D E F G H I L M N O P Q R S T U V W 

R

RECORD - Static variable in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Commands
 
RecordCommand - Class in com.indexdata.mkjsf.pazpar2.commands
record Pazpar2 command, referenced as: pzreq.record
RecordCommand() - Constructor for class com.indexdata.mkjsf.pazpar2.commands.RecordCommand
 
RecordCommandSp - Class in com.indexdata.mkjsf.pazpar2.commands.sp
Service Proxy extensions to the Papzar2 record command, these parameters being accessible by pzreq.record.sp.[parameter]
RecordCommandSp(RecordCommand) - Constructor for class com.indexdata.mkjsf.pazpar2.commands.sp.RecordCommandSp
 
RecordResponse - Class in com.indexdata.mkjsf.pazpar2.data
Data from the record command, can be accessed by pzresp.record
RecordResponse() - Constructor for class com.indexdata.mkjsf.pazpar2.data.RecordResponse
 
removeExpression(Expression) - Method in class com.indexdata.mkjsf.pazpar2.commands.CommandParameter
Removes a single expression identified by all its characteristics
removeExpression(String, Expression) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
 
removeExpressions(String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.CommandParameter
Removes expressions selected by their left-of-operator fields/keys - as in 'expressionField=value'.
removeExpressions(String, String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
 
removeExpressionsAfter(Expression, String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.CommandParameter
Removes all expressions that appear after the provided expression and that have the given keys to the left of their operators - as in 'expressionField=value'.
removeExpressionsAfter(String, Expression, String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
 
removeFacet(String, String) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes a facet set by setFacet(...) Will not remove facets set by setFacetOnQuery(...)
removeFilter(String, String, String) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes a filter expression by exact attributes
removeFilters() - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Clears the filter parameter
removeFilters(String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes all filter expressions matching a field listed in fieldsToRemove
removeFiltersAfter(String, String, String, String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes filter expressions coming after the expression matching the provided filter expression, if they have a field listed in fieldsToRemove.
removeLimit(String, String, String) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes a limit expression by exact attributes
removeLimits() - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Clears the limit parameter
removeLimits(String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes all limit expressions that have fields as listed in fieldsToRemove
removeLimitsAfter(String, String, String, String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes limit expressions coming after the provided limit expression, if they have a field listed in fieldsToRemove.
removeParameter(String) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Removes a parameter completely and notifies the state manager about the change
removeParameters() - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Removes multiple parameters completely and notifies the state manager -- once -- about the change
removeParametersInState() - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Removes all parameters without notifying the state manager.
removeQueryExpression(String, String, String) - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
Removes a query expression - for instance a facet criterion - by its exact attributes
removeStateListener(StateListener) - Method in class com.indexdata.mkjsf.pazpar2.state.StateManager
 
resetAuthAndBeyond(boolean) - Method in class com.indexdata.mkjsf.pazpar2.data.sp.SpResponses
Resets all responses from the authentication request to any request that can follow authentication.
resetInitAndBeyond() - Method in class com.indexdata.mkjsf.pazpar2.data.Responses
Empties all data objects populated after a service was initialized, including the init response itself but excluding a possible auth response
resetInitAndBeyond(boolean) - Method in class com.indexdata.mkjsf.pazpar2.data.sp.SpResponses
Resets all responses from the init request to any request that can follow init (i.e.
resetSearchAndBeyond() - Method in class com.indexdata.mkjsf.pazpar2.data.Responses
Empties all data objects populated after a search (including the search response itself)
resetSearchAndBeyond(boolean) - Method in class com.indexdata.mkjsf.pazpar2.data.sp.SpResponses
Resets all responses from the search request to any request that can follow search (i.e.
resetSearchAndRecordCommands() - Method in class com.indexdata.mkjsf.pazpar2.Pz2Service
 
ResponseDataObject - Class in com.indexdata.mkjsf.pazpar2.data
Parent class of all response data objects, with generic methods for retrieving data elements
ResponseDataObject() - Constructor for class com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
 
ResponseParser - Class in com.indexdata.mkjsf.pazpar2.data
Parses the XML stored in ClientCommandResponses and builds ResponseDataObjects from it.
ResponseParser() - Constructor for class com.indexdata.mkjsf.pazpar2.data.ResponseParser
 
Responses - Class in com.indexdata.mkjsf.pazpar2.data
Provides references to all current data objects and has general methods for clearing certain response data.
Responses() - Constructor for class com.indexdata.mkjsf.pazpar2.data.Responses
 
ResultsPager - Class in com.indexdata.mkjsf.controls
 
ResultsPager(Responses) - Constructor for class com.indexdata.mkjsf.controls.ResultsPager
 
ResultsPager(Responses, int, Pazpar2Commands) - Constructor for class com.indexdata.mkjsf.controls.ResultsPager
 
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Executes the command with the currently selected parameters against the currently selected Pazpar2 service
run(SearchClient, Responses) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Executes the command in a thread.
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.RecordCommand
Special handling of record responses since they come in three distinctly different ways As a regular <record> document In arbitrary XML format, in case of an offset request to get the native format In binary (non XML) format
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.SearchCommand
 
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.sp.AuthCommand
 
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.sp.CategoriesCommand
 
run() - Method in class com.indexdata.mkjsf.pazpar2.commands.sp.InitCommandSp
 
run() - Method in class com.indexdata.mkjsf.pazpar2.CommandThread
Executes the specified command using the specified Pazpar2 client
runWith(String...) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Executes the commands with the currently selected parameters, while adding the parameters provided in the vararg
runWith2(String, String) - Method in class com.indexdata.mkjsf.pazpar2.commands.Pazpar2Command
Executes the commands with the currently selected parameters, while adding the parameters provided in the 'delimiter'-separated String.
A B C D E F G H I L M N O P Q R S T U V W