Uses of Class
com.ibm.di.eclipse.http.commands.RestCommand

Packages that use RestCommand
com.ibm.di.eclipse.http   
com.ibm.di.eclipse.http.commands   
 

Uses of RestCommand in com.ibm.di.eclipse.http
 

Methods in com.ibm.di.eclipse.http that return RestCommand
 RestCommand ServerAPI.getPendingCommand(java.lang.String name)
          This method returns a pending RestCommand.
 

Methods in com.ibm.di.eclipse.http with parameters of type RestCommand
 void ServerAPI.addPendingCommand(java.lang.String url, RestCommand obj)
          Adds a command to be retrieved by a subsequent URL request.
 

Uses of RestCommand in com.ibm.di.eclipse.http.commands
 

Subclasses of RestCommand in com.ibm.di.eclipse.http.commands
 class CheckinCommand
           
 class CheckoutCommand
           
 class ConnectorCommand
           
 class GetCommand
           
 class ListCommand
           
 class LogCommand
           
 class PingCommand
           
 class PropertiesCommand
          This command is used to manipulate the standard shared property stores as well as configuration specific property stores.
 class ScriptCommand
           
 class ServerCommand
           
 class StartCommand
           
 class StarttempCommand
          This command expects a post with a single XML config to start a temporary config instance.
 class StopCommand
           
 

Methods in com.ibm.di.eclipse.http.commands that return RestCommand
 RestCommand RestCommand.getPendingCommand(java.lang.String name)
           
 

Methods in com.ibm.di.eclipse.http.commands with parameters of type RestCommand
 void RestCommand.addPendingCommand(java.lang.String name, RestCommand obj)