public class RowListProcessor extends Object implements ListProcessor
| Constructor and Description |
|---|
RowListProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMethods() |
protected static TableBlock |
getTable(CometParameterMap paras) |
String[][] |
process(String method,
Map<String,String> parameters)
Returns the rows for the table that is specified within the given parameters.
|
public static final String[] METHODS
public String[] getMethods()
getMethods in interface Processorpublic String[][] process(String method, Map<String,String> parameters) throws CometException
process in interface ListProcessormethod - The name of the incoming Comet requestparameters - The request's parametersCometException - If an error occurs while processing the requestprotected static TableBlock getTable(CometParameterMap paras)
Copyright © 2017 SAP SE. All Rights Reserved.