Uses of Interface
com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommand

Packages that use ServiceProxyCommand
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. 
com.indexdata.mkjsf.pazpar2.commands.sp Each Service Proxy-only command and each Pazpar2 command with Service Proxy-only parameters is represented by a class with methods for setting parameters and ultimately running the command against the selected Service Proxy. 
 

Uses of ServiceProxyCommand in com.indexdata.mkjsf.pazpar2.commands
 

Classes in com.indexdata.mkjsf.pazpar2.commands that implement ServiceProxyCommand
 class BytargetCommand
          Represents a Pazpar2 bytarget command, can be accessed by pzreq.bytarget
 class InitCommand
          Represents a Pazpar2 init command, can be accessed by pzreq.init
 class PingCommand
          Represents a Pazpar2 ping command, , can be accessed by pzreq.init
 class RecordCommand
          Represents a Pazpar2 record command, can be accessed by pzreq.record
 class SearchCommand
          Represents a Pazpar2 search command, can be accessed by pzreq.search
 class SettingsCommand
          Represents a Pazpar2 settings command, can be accessed by pzreq.settings
 class ShowCommand
          Represents a Pazpar2 show command, can be accessed by pzreq.show
 class StatCommand
          Represents a Pazpar2 stat command, can be accessed by pzreq.state
 class TermlistCommand
          Represents a Pazpar2 termlist command, can be accessed by pzreq.termlist
 

Methods in com.indexdata.mkjsf.pazpar2.commands that return ServiceProxyCommand
 ServiceProxyCommand PingCommand.getSp()
           
 ServiceProxyCommand StatCommand.getSp()
           
 ServiceProxyCommand SearchCommand.getSp()
           
 ServiceProxyCommand InitCommand.getSp()
           
 ServiceProxyCommand SettingsCommand.getSp()
           
 ServiceProxyCommand TermlistCommand.getSp()
           
abstract  ServiceProxyCommand Pazpar2Command.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.
 ServiceProxyCommand ShowCommand.getSp()
           
 ServiceProxyCommand BytargetCommand.getSp()
           
 

Uses of ServiceProxyCommand in com.indexdata.mkjsf.pazpar2.commands.sp
 

Classes in com.indexdata.mkjsf.pazpar2.commands.sp that implement ServiceProxyCommand
 class AuthCommand
          Represents a Service Proxy auth command, can be accessed by pzreq.sp.auth
 class BytargetCommandSp
           
 class CategoriesCommand
          Represents a Service Proxy categories command, can be accessed by pzreq.sp.categories
 class InitCommandSp
          Service Proxy extensions to the Pazpar2 init command - specifically support for POSTing to the Service Proxy an init doc containing Pazpar2 definitions and settings.
 class RecordCommandSp
          Service Proxy extensions to the Papzar2 record command, these parameters being accessible by pzreq.record.sp.[parameter]
 class SearchCommandSp
           
 class ShowCommandSp
           
 class StatCommandSp
           
 class TermlistCommandSp
           
 

Methods in com.indexdata.mkjsf.pazpar2.commands.sp that return ServiceProxyCommand
 ServiceProxyCommand AuthCommand.getSp()
           
 ServiceProxyCommand CategoriesCommand.getSp()
           
 



Copyright © 2013. All Rights Reserved.