Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.fprpc
Class FPRPCCall

java.lang.Object
  extended by org.nuxeo.wss.fprpc.FPRPCCall

public class FPRPCCall
extends Object

Represents a FrontPage RPC Call.

Because of CAML, a single FPRPCRequest can contains several FPRPCCall

Author:
Thierry Delprat

Field Summary
static String DEFAULT_ID
           
 
Constructor Summary
FPRPCCall()
           
FPRPCCall(String methodName, Map<String,String> parameters)
           
 
Method Summary
 void addParameter(String name, String value)
           
 String getId()
           
 String getMethodName()
           
 Map<String,String> getParameters()
           
 void setId(String id)
           
 void setMethodName(String methodName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID

public static final String DEFAULT_ID
See Also:
Constant Field Values
Constructor Detail

FPRPCCall

public FPRPCCall()

FPRPCCall

public FPRPCCall(String methodName,
                 Map<String,String> parameters)
Method Detail

getMethodName

public String getMethodName()

getParameters

public Map<String,String> getParameters()

setMethodName

public void setMethodName(String methodName)

getId

public String getId()

setId

public void setId(String id)

addParameter

public void addParameter(String name,
                         String value)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.