Class AppDeploymentResourceCollectionResource
- java.lang.Object
-
- org.flowable.app.rest.service.api.repository.AppDeploymentResourceCollectionResource
-
@RestController public class AppDeploymentResourceCollectionResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected AppRestResponseFactoryappResponseFactoryprotected ContentTypeResolvercontentTypeResolverprotected org.flowable.app.api.AppRepositoryServicerepositoryServiceprotected AppRestApiInterceptorrestApiInterceptor
-
Constructor Summary
Constructors Constructor Description AppDeploymentResourceCollectionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AppDeploymentResourceResponse>getDeploymentResources(String deploymentId, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
appResponseFactory
@Autowired protected AppRestResponseFactory appResponseFactory
-
contentTypeResolver
@Autowired protected ContentTypeResolver contentTypeResolver
-
repositoryService
@Autowired protected org.flowable.app.api.AppRepositoryService repositoryService
-
restApiInterceptor
@Autowired(required=false) protected AppRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getDeploymentResources
@GetMapping(value="/app-repository/deployments/{deploymentId}/resources", produces="application/json") public List<AppDeploymentResourceResponse> getDeploymentResources(@PathVariable String deploymentId, javax.servlet.http.HttpServletRequest request)
-
-