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 the
ManagementService . |
Modifier and Type | Method and Description |
---|---|
TablePage |
TablePageQueryImpl.execute(CommandContext commandContext) |
TablePage |
TablePageQueryImpl.listPage(int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
TablePage |
TableDataManager.getTablePage(TablePageQueryImpl tablePageQuery,
int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
TablePage |
TablePageQuery.listPage(int firstResult,
int maxResults)
Executes the query and returns the
TablePage . |
Copyright © 2015. All rights reserved.