public class FPRPCCall extends Object
Because of CAML, a single FPRPCRequest
can contains several FPRPCCall
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ID |
Constructor and Description |
---|
FPRPCCall() |
FPRPCCall(String methodName,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
String value) |
String |
getId() |
String |
getMethodName() |
Map<String,String> |
getParameters() |
void |
setId(String id) |
void |
setMethodName(String methodName) |
public static final String DEFAULT_ID
Copyright © 2015 Nuxeo SA. All rights reserved.