|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<InboxPageRow> |
ServiceImplementation.loadInbox(InboxPageRequest request)
|
PageResponse |
RepositoryServiceServlet.loadInbox(InboxPageRequest p0)
|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||