Uses of Class
org.camunda.bpm.engine.management.TablePage
-
Packages that use TablePage 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 org.camunda.bpm.engine.management Classes related to theManagementService
. -
-
Uses of TablePage in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return TablePage Modifier and Type Method Description TablePage
TablePageQueryImpl. execute(CommandContext commandContext)
TablePage
TablePageQueryImpl. listPage(int firstResult, int maxResults)
-
Uses of TablePage in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return TablePage Modifier and Type Method Description TablePage
TableDataManager. getTablePage(TablePageQueryImpl tablePageQuery)
-
Uses of TablePage in org.camunda.bpm.engine.management
Methods in org.camunda.bpm.engine.management that return TablePage Modifier and Type Method Description TablePage
TablePageQuery. listPage(int firstResult, int maxResults)
Executes the query and returns theTablePage
.
-