public class ColumnListProcessor extends RowListProcessor
| Constructor and Description |
|---|
ColumnListProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMethods() |
String[][] |
process(String method,
Map<String,String> parameters)
Returns the columns for the table that is specified within the given parameters.
|
getTablepublic static final String[] METHODS
public String[] getMethods()
getMethods in interface ProcessorgetMethods in class RowListProcessorpublic String[][] process(String method, Map<String,String> parameters) throws CometException
process in interface ListProcessorprocess in class RowListProcessormethod - The name of the incoming Comet requestparameters - The request's parametersCometException - If an error occurs while processing the requestCopyright © 2017 SAP SE. All Rights Reserved.