Class TableDataResource
- java.lang.Object
-
- org.flowable.rest.service.api.management.TableDataResource
-
@RestController public class TableDataResource extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected static IntegerDEFAULT_RESULT_SIZEprotected ManagementServicemanagementServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description TableDataResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataResponse<List<Map<String,Object>>>getTableData(String tableName, Map<String,String> allRequestParams)
-
-
-
Field Detail
-
DEFAULT_RESULT_SIZE
protected static final Integer DEFAULT_RESULT_SIZE
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
managementService
@Autowired protected ManagementService managementService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-