Uses of Class
org.camunda.bpm.engine.impl.TablePageQueryImpl
- 
Packages that use TablePageQueryImpl 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 
- 
- 
Uses of TablePageQueryImpl in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return TablePageQueryImpl Modifier and Type Method Description TablePageQueryImplTablePageQueryImpl. orderAsc(java.lang.String column)TablePageQueryImplTablePageQueryImpl. orderDesc(java.lang.String column)TablePageQueryImplTablePageQueryImpl. tableName(java.lang.String tableName)
- 
Uses of TablePageQueryImpl in org.camunda.bpm.engine.impl.persistence.entityMethods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TablePageQueryImpl Modifier and Type Method Description TablePageTableDataManager. getTablePage(TablePageQueryImpl tablePageQuery)
 
-