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