Class AppDeploymentResource


  • @RestController
    public class AppDeploymentResource
    extends Object
    Author:
    Tijs Rademakers
    • Field Detail

      • appRepositoryService

        @Autowired
        protected org.flowable.app.api.AppRepositoryService appRepositoryService
    • Constructor Detail

      • AppDeploymentResource

        public AppDeploymentResource()
    • Method Detail

      • getAppDeployment

        @GetMapping(value="/app-repository/deployments/{deploymentId}",
                    produces="application/json")
        public AppDeploymentResponse getAppDeployment​(@PathVariable
                                                      String deploymentId)
      • deleteAppDeployment

        @DeleteMapping(value="/app-repository/deployments/{deploymentId}",
                       produces="application/json")
        public void deleteAppDeployment​(@PathVariable
                                        String deploymentId,
                                        javax.servlet.http.HttpServletResponse response)