@RestController public class AppDefinitionResourceDataResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AppRepositoryService |
appRepositoryService |
protected AppRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
AppDefinitionResourceDataResource() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAppDefinitionResource(String appDefinitionId,
javax.servlet.http.HttpServletResponse response) |
@Autowired protected AppRepositoryService appRepositoryService
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
@GetMapping(value="/app-repository/app-definitions/{appDefinitionId}/resourcedata",
produces="application/json")
@ResponseBody
public byte[] getAppDefinitionResource(@PathVariable
String appDefinitionId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2023 Flowable. All rights reserved.