Uses of Interface
org.operaton.bpm.engine.management.TablePageQuery
Packages that use TablePageQuery
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService.-
Uses of TablePageQuery in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return TablePageQueryModifier and TypeMethodDescriptionManagementService.createTablePageQuery()Creates aTablePageQuerythat can be used to fetchTablePagecontaining specific sections of table row data. -
Uses of TablePageQuery in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement TablePageQueryMethods in org.operaton.bpm.engine.impl that return TablePageQuery -
Uses of TablePageQuery in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return TablePageQueryModifier and TypeMethodDescriptionOrders the resulting table page rows by the given column in ascending order.Orders the resulting table page rows by the given column in descending order.The name of the table of which a page must be fetched.