Uses of Interface
org.flowable.common.engine.api.management.TablePageQuery
-
Packages that use TablePageQuery Package Description org.flowable.common.engine.api.management -
-
Uses of TablePageQuery in org.flowable.common.engine.api.management
Methods in org.flowable.common.engine.api.management that return TablePageQuery Modifier and Type Method Description TablePageQueryTablePageQuery. orderAsc(String column)Orders the resulting table page rows by the given column in ascending order.TablePageQueryTablePageQuery. orderDesc(String column)Orders the resulting table page rows by the given column in descending order.TablePageQueryTablePageQuery. tableName(String tableName)The name of the table of which a page must be fetched.
-