Uses of Class
org.activiti.engine.impl.TablePageQueryImpl
-
Packages that use TablePageQueryImpl Package Description org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.persistence.entity -
-
Uses of TablePageQueryImpl in org.activiti.engine.impl
Methods in org.activiti.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.activiti.engine.impl.persistence.entity
Methods in org.activiti.engine.impl.persistence.entity with parameters of type TablePageQueryImpl Modifier and Type Method Description TablePageTableDataManager. getTablePage(TablePageQueryImpl tablePageQuery, int firstResult, int maxResults)TablePageTableDataManagerImpl. getTablePage(TablePageQueryImpl tablePageQuery, int firstResult, int maxResults)
-