@RestController public class TableDataResource extends Object
Modifier and Type | Field and Description |
---|---|
protected static Integer |
DEFAULT_RESULT_SIZE |
protected org.activiti.engine.ManagementService |
managementService |
protected RestResponseFactory |
restResponseFactory |
Constructor and Description |
---|
TableDataResource() |
Modifier and Type | Method and Description |
---|---|
DataResponse |
getTableData(String tableName,
Map<String,String> allRequestParams) |
protected static final Integer DEFAULT_RESULT_SIZE
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected org.activiti.engine.ManagementService managementService
@RequestMapping(value="/management/tables/{tableName}/data", method=GET, produces="application/json") public DataResponse getTableData(@PathVariable String tableName, @RequestParam Map<String,String> allRequestParams)
Copyright © 2016 Alfresco. All rights reserved.