org.activiti.engine.management
接口 TablePageQuery

所有已知实现类:
TablePageQueryImpl

public interface TablePageQuery

Allows programmatic querying of TablePages.

作者:
Joram Barrez

方法摘要
 TablePage listPage(int firstResult, int maxResults)
          Executes the query and returns the TablePage.
 TablePageQuery orderAsc(String column)
          Orders the resulting table page rows by the given column in ascending order.
 TablePageQuery orderDesc(String column)
          Orders the resulting table page rows by the given column in descending order.
 TablePageQuery tableName(String tableName)
          The name of the table of which a page must be fetched.
 

方法详细信息

tableName

TablePageQuery tableName(String tableName)
The name of the table of which a page must be fetched.


orderAsc

TablePageQuery orderAsc(String column)
Orders the resulting table page rows by the given column in ascending order.


orderDesc

TablePageQuery orderDesc(String column)
Orders the resulting table page rows by the given column in descending order.


listPage

TablePage listPage(int firstResult,
                   int maxResults)
Executes the query and returns the TablePage.



Copyright © 2013 Alfresco. All rights reserved.