Uses of Class
org.camunda.bpm.engine.impl.TablePageQueryImpl

Packages that use TablePageQueryImpl
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.impl
 

Methods in org.camunda.bpm.engine.impl that return TablePageQueryImpl
 TablePageQueryImpl TablePageQueryImpl.orderAsc(String column)
           
 TablePageQueryImpl TablePageQueryImpl.orderDesc(String column)
           
 TablePageQueryImpl TablePageQueryImpl.tableName(String tableName)
           
 

Uses of TablePageQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TablePageQueryImpl
 TablePage TableDataManager.getTablePage(TablePageQueryImpl tablePageQuery, int firstResult, int maxResults)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.