@RestController public class TableDataResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
DEFAULT_RESULT_SIZE |
protected ManagementService |
managementService |
protected RestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
TableDataResource() |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<List<Map<String,Object>>> |
getTableData(String tableName,
Map<String,String> allRequestParams) |
protected static final Integer DEFAULT_RESULT_SIZE
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected ManagementService managementService
Copyright © 2018 Flowable. All rights reserved.