@RestController public class TableColumnsResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ManagementService |
managementService |
protected BpmnRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
TableColumnsResource() |
| Modifier and Type | Method and Description |
|---|---|
TableMetaData |
getTableMetaData(String tableName) |
@Autowired protected ManagementService managementService
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
@GetMapping(value="/management/tables/{tableName}/columns",
produces="application/json")
public TableMetaData getTableMetaData(@PathVariable
String tableName)
Copyright © 2023 Flowable. All rights reserved.