Uses of Class
com.ibm.di.eclipse.http.commands.RestCommand
-
Packages that use RestCommand Package Description 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 Modifier and Type Method Description RestCommandServerAPI. getPendingCommand(java.lang.String name)This method returns a pending RestCommand.Methods in com.ibm.di.eclipse.http with parameters of type RestCommand Modifier and Type Method Description voidServerAPI. 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 Modifier and Type Class Description classCheckinCommandclassCheckoutCommandclassConnectorCommandclassGetCommandclassListCommandclassLogCommandclassPingCommandclassPropertiesCommandThis command is used to manipulate the standard shared property stores as well as configuration specific property stores.classScriptCommandclassServerCommandclassStartCommandclassStarttempCommandThis command expects a post with a single XML config to start a temporary config instance.classStopCommandMethods in com.ibm.di.eclipse.http.commands that return RestCommand Modifier and Type Method Description RestCommandRestCommand. getPendingCommand(java.lang.String name)Methods in com.ibm.di.eclipse.http.commands with parameters of type RestCommand Modifier and Type Method Description voidRestCommand. addPendingCommand(java.lang.String name, RestCommand obj)
-