@RestController public class AppDeploymentResourceResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ContentTypeResolver |
contentTypeResolver |
protected AppRepositoryService |
repositoryService |
protected AppRestApiInterceptor |
restApiInterceptor |
protected AppRestResponseFactory |
restResponseFactory |
| Constructor and Description |
|---|
AppDeploymentResourceResource() |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentResourceResponse |
getDeploymentResource(String deploymentId,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected AppRestResponseFactory restResponseFactory
@Autowired protected ContentTypeResolver contentTypeResolver
@Autowired protected AppRepositoryService repositoryService
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
@GetMapping(value="/app-repository/deployments/{deploymentId}/resources/**",
produces="application/json")
public AppDeploymentResourceResponse getDeploymentResource(@PathVariable(value="deploymentId")
String deploymentId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2023 Flowable. All rights reserved.