GWT 2.1.0

com.google.gwt.requestfactory.shared
Interface InstanceRequest<P extends EntityProxy,T>

Type Parameters:
P - the instance type of EntityProxy
T - the type eventually returned by the method invocation

public interface InstanceRequest<P extends EntityProxy,T>

Used to call instance methods. Note that this does not extend Request — rather it vends one. There is no way to get an instance method's Request.fire() without assigning an instance by calling using(P).


Method Summary
 Request<T> using(P instanceObject)
          Provide the instance on which the request will be invoked.
 

Method Detail

using

Request<T> using(P instanceObject)
Provide the instance on which the request will be invoked.


GWT 2.1.0