public class TablePageQueryImpl extends Object implements TablePageQuery, Command<TablePage>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstResult |
protected int |
maxResults |
protected String |
order |
protected String |
tableName |
| Constructor and Description |
|---|
TablePageQueryImpl() |
TablePageQueryImpl(CommandExecutor commandExecutor,
AbstractEngineConfiguration engineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOrder(String column,
String sortOrder) |
TablePage |
execute(CommandContext commandContext) |
String |
getOrder() |
String |
getTableName() |
TablePage |
listPage(int firstResult,
int maxResults) |
TablePageQueryImpl |
orderAsc(String column) |
TablePageQueryImpl |
orderDesc(String column) |
TablePageQueryImpl |
tableName(String tableName) |
protected String tableName
protected String order
protected int firstResult
protected int maxResults
public TablePageQueryImpl()
public TablePageQueryImpl(CommandExecutor commandExecutor, AbstractEngineConfiguration engineConfiguration)
public TablePageQueryImpl tableName(String tableName)
tableName in interface TablePageQuerypublic TablePageQueryImpl orderAsc(String column)
orderAsc in interface TablePageQuerypublic TablePageQueryImpl orderDesc(String column)
orderDesc in interface TablePageQuerypublic String getTableName()
public TablePage listPage(int firstResult, int maxResults)
listPage in interface TablePageQuerypublic TablePage execute(CommandContext commandContext)
public String getOrder()
Copyright © 2021 Flowable. All rights reserved.