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

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

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

Methods in org.drools.guvnor.client.rpc that return types with arguments of type QueryPageRow
 PageResponse<QueryPageRow> RepositoryService.queryFullText(QueryPageRequest request)
          Runs a full text search using JCR.
 PageResponse<QueryPageRow> RepositoryService.queryMetaData(QueryMetadataPageRequest request)
          Run a meta data search.
 PageResponse<QueryPageRow> AssetService.quickFindAsset(QueryPageRequest queryRequest)
          This will quickly return a list of assets
 

Method parameters in org.drools.guvnor.client.rpc with type arguments of type QueryPageRow
 void RepositoryServiceAsync.queryFullText(QueryPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<QueryPageRow>> cb)
           
 void RepositoryServiceAsync.queryMetaData(QueryMetadataPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<QueryPageRow>> cb)
           
 void AssetServiceAsync.quickFindAsset(QueryPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<PageResponse<QueryPageRow>> cb)
          Generated by AsyncInterfaceGenerator hackery
 

Uses of QueryPageRow in org.drools.guvnor.client.widgets.tables
 

Method parameters in org.drools.guvnor.client.widgets.tables with type arguments of type QueryPageRow
protected  void QueryPagedTable.addAncillaryColumns(ColumnPicker<QueryPageRow> columnPicker, SortableHeaderGroup<QueryPageRow> sortableHeaderGroup)
           
protected  void QueryPagedTable.addAncillaryColumns(ColumnPicker<QueryPageRow> columnPicker, SortableHeaderGroup<QueryPageRow> sortableHeaderGroup)
           
 

Uses of QueryPageRow in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return types with arguments of type QueryPageRow
 PageResponse<QueryPageRow> ServiceImplementation.queryFullText(QueryPageRequest request)
           
 PageResponse<QueryPageRow> ServiceImplementation.queryMetaData(QueryMetadataPageRequest request)
           
protected  PageResponse<QueryPageRow> RepositoryAssetOperations.quickFindAsset(QueryPageRequest request)
           
 PageResponse<QueryPageRow> RepositoryAssetService.quickFindAsset(QueryPageRequest request)
           
 

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

Methods in org.drools.guvnor.server.builder.pagerow that return types with arguments of type QueryPageRow
 List<QueryPageRow> QuickFindPageRowBuilder.createRows(PageRequest pageRequest, Iterator<AssetItem> iterator)
           
 List<QueryPageRow> QueryMetadataPageRowBuilder.createRows(QueryMetadataPageRequest pageRequest, Iterator<AssetItem> iterator)
           
 List<QueryPageRow> QueryFullTextPageRowBuilder.createRows(QueryPageRequest pageRequest, Iterator<AssetItem> iterator)
           
 

Uses of QueryPageRow in org.drools.guvnor.server.util
 

Methods in org.drools.guvnor.server.util that return QueryPageRow
static QueryPageRow QueryPageRowCreator.makeQueryPageRow(AssetItem assetItem)
           
 



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