Uses of Class
org.drools.guvnor.client.rpc.InboxPageRequest

Packages that use InboxPageRequest
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.server This package contains server side code for the repository. 
org.drools.guvnor.server.builder.pagerow   
 

Uses of InboxPageRequest in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc with parameters of type InboxPageRequest
 PageResponse<InboxPageRow> RepositoryService.loadInbox(InboxPageRequest request)
          Load the data for a given inbox for the currently logged in user.
 void RepositoryServiceAsync.loadInbox(InboxPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<InboxPageRow>> cb)
           
 

Uses of InboxPageRequest in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server with parameters of type InboxPageRequest
 PageResponse RepositoryServiceServlet.loadInbox(InboxPageRequest p0)
           
 PageResponse<InboxPageRow> ServiceImplementation.loadInbox(InboxPageRequest request)
           
 

Uses of InboxPageRequest in org.drools.guvnor.server.builder.pagerow
 

Methods in org.drools.guvnor.server.builder.pagerow with parameters of type InboxPageRequest
 InboxPageRowBuilder InboxPageRowBuilder.withPageRequest(InboxPageRequest pageRequest)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.