public interface DataRequest
Modifier and Type | Method and Description |
---|---|
DataRequestArgument |
getArgument(int index)
Returns the argument at the specified position.
|
int |
getArgumentCount()
Returns the number of arguments.
|
SerializationType |
getResultSerializationType()
Returns the result serialization type.
|
java.lang.String[] |
getVariablesToReturn()
Returns the list of the variables that need to be returned to the client as a result of request execution.
|
DataRequestArgument getArgument(int index)
index
- position of argumentint getArgumentCount()
SerializationType getResultSerializationType()
java.lang.String[] getVariablesToReturn()