Package org.camunda.bpm.engine.impl
Class TablePageQueryImpl
java.lang.Object
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.TablePageQueryImpl
- All Implemented Interfaces:
Serializable
,Command<TablePage>
,TablePageQuery
public class TablePageQueryImpl
extends ListQueryParameterObject
implements TablePageQuery, Command<TablePage>, Serializable
- Author:
- Joram Barrez
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) getOrder()
listPage
(int firstResult, int maxResults) Executes the query and returns theTablePage
.Orders the resulting table page rows by the given column in ascending order.Orders the resulting table page rows by the given column in descending order.The name of the table of which a page must be fetched.Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
Field Details
-
tableName
-
order
-
-
Constructor Details
-
TablePageQueryImpl
public TablePageQueryImpl() -
TablePageQueryImpl
-
-
Method Details
-
tableName
Description copied from interface:TablePageQuery
The name of the table of which a page must be fetched.- Specified by:
tableName
in interfaceTablePageQuery
-
orderAsc
Description copied from interface:TablePageQuery
Orders the resulting table page rows by the given column in ascending order.- Specified by:
orderAsc
in interfaceTablePageQuery
-
orderDesc
Description copied from interface:TablePageQuery
Orders the resulting table page rows by the given column in descending order.- Specified by:
orderDesc
in interfaceTablePageQuery
-
getTableName
-
listPage
Description copied from interface:TablePageQuery
Executes the query and returns theTablePage
.- Specified by:
listPage
in interfaceTablePageQuery
-
execute
-
getOrder
-