@RestController public class TableDataResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
DEFAULT_RESULT_SIZE |
protected ManagementService |
managementService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
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
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
Copyright © 2021 Flowable. All rights reserved.