public interface

InstanceRequest

com.google.gwt.requestfactory.shared.InstanceRequest<P extends com.google.gwt.requestfactory.shared.BaseProxy, T>
Known Indirect Subclasses

Class Overview

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 fire() without assigning an instance by calling using(P).

Summary

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

Public Methods

public abstract Request<T> using (P instanceObject)

Provide the instance on which the request will be invoked.

Parameters
instanceObject an BaseProxy instance of type P
Returns