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.impl
Methods in org.camunda.bpm.engine.impl that return TablePageQueryImpl Modifier and Type Method Description 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 Modifier and Type Method Description TablePage
TableDataManager. getTablePage(TablePageQueryImpl tablePageQuery)
-