org.activiti.engine.impl
类 TablePageQueryImpl
java.lang.Object
org.activiti.engine.impl.TablePageQueryImpl
- 所有已实现的接口:
- Serializable, Command<TablePage>, TablePageQuery
public class TablePageQueryImpl
- extends Object
- implements TablePageQuery, Command<TablePage>, Serializable
- 作者:
- Joram Barrez
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableName
protected String tableName
order
protected String order
firstResult
protected int firstResult
maxResults
protected int maxResults
TablePageQueryImpl
public TablePageQueryImpl()
TablePageQueryImpl
public TablePageQueryImpl(CommandExecutor commandExecutor)
tableName
public TablePageQueryImpl tableName(String tableName)
- 从接口
TablePageQuery
复制的描述
- The name of the table of which a page must be fetched.
- 指定者:
- 接口
TablePageQuery
中的 tableName
orderAsc
public TablePageQueryImpl orderAsc(String column)
- 从接口
TablePageQuery
复制的描述
- Orders the resulting table page rows by the given column in ascending order.
- 指定者:
- 接口
TablePageQuery
中的 orderAsc
orderDesc
public TablePageQueryImpl orderDesc(String column)
- 从接口
TablePageQuery
复制的描述
- Orders the resulting table page rows by the given column in descending order.
- 指定者:
- 接口
TablePageQuery
中的 orderDesc
getTableName
public String getTableName()
addOrder
protected void addOrder(String column,
String sortOrder)
listPage
public TablePage listPage(int firstResult,
int maxResults)
- 从接口
TablePageQuery
复制的描述
- Executes the query and returns the
TablePage
.
- 指定者:
- 接口
TablePageQuery
中的 listPage
execute
public TablePage execute(CommandContext commandContext)
- 指定者:
- 接口
Command<TablePage>
中的 execute
getOrder
public String getOrder()
Copyright © 2013 Alfresco. All rights reserved.