Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
TablePageQueryImpl |
TablePageQueryImpl.orderAsc(String column) |
TablePageQueryImpl |
TablePageQueryImpl.orderDesc(String column) |
TablePageQueryImpl |
TablePageQueryImpl.tableName(String tableName) |
Modifier and Type | Method and Description |
---|---|
TablePage |
TableDataManager.getTablePage(TablePageQueryImpl tablePageQuery,
int firstResult,
int maxResults) |
Copyright © 2015. All rights reserved.