public class TablePageQueryImpl extends Object implements org.flowable.common.engine.api.management.TablePageQuery, org.flowable.common.engine.impl.interceptor.Command<org.flowable.common.engine.api.management.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(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOrder(String column,
String sortOrder) |
org.flowable.common.engine.api.management.TablePage |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getOrder() |
String |
getTableName() |
org.flowable.common.engine.api.management.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(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public TablePageQueryImpl tableName(String tableName)
tableName in interface org.flowable.common.engine.api.management.TablePageQuerypublic TablePageQueryImpl orderAsc(String column)
orderAsc in interface org.flowable.common.engine.api.management.TablePageQuerypublic TablePageQueryImpl orderDesc(String column)
orderDesc in interface org.flowable.common.engine.api.management.TablePageQuerypublic String getTableName()
public org.flowable.common.engine.api.management.TablePage listPage(int firstResult,
int maxResults)
listPage in interface org.flowable.common.engine.api.management.TablePageQuerypublic org.flowable.common.engine.api.management.TablePage execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
execute in interface org.flowable.common.engine.impl.interceptor.Command<org.flowable.common.engine.api.management.TablePage>public String getOrder()
Copyright © 2019. All rights reserved.