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

Packages that use QueryPageRequest
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 QueryPageRequest in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc with parameters of type QueryPageRequest
 PageResponse<QueryPageRow> RepositoryService.queryFullText(QueryPageRequest request)
          Runs a full text search using JCR.
 void RepositoryServiceAsync.queryFullText(QueryPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<QueryPageRow>> cb)
           
 PageResponse<QueryPageRow> AssetService.quickFindAsset(QueryPageRequest queryRequest)
          This will quickly return a list of assets
 void AssetServiceAsync.quickFindAsset(QueryPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<QueryPageRow>> cb)
          Generated by AsyncInterfaceGenerator hackery
 

Uses of QueryPageRequest in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server with parameters of type QueryPageRequest
 PageResponse<QueryPageRow> ServiceImplementation.queryFullText(QueryPageRequest request)
           
 PageResponse RepositoryServiceServlet.queryFullText(QueryPageRequest p0)
           
 PageResponse RepositoryServiceServlet.quickFindAsset(QueryPageRequest p0)
          PLACE THE FOLLOWING IN RepositoryServiceServlet.java
protected  PageResponse<QueryPageRow> RepositoryAssetOperations.quickFindAsset(QueryPageRequest request)
           
 PageResponse<QueryPageRow> RepositoryAssetService.quickFindAsset(QueryPageRequest request)
           
 

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

Methods in org.drools.guvnor.server.builder.pagerow with parameters of type QueryPageRequest
 List<QueryPageRow> QueryFullTextPageRowBuilder.createRows(QueryPageRequest pageRequest, Iterator<AssetItem> iterator)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.