Class ActionDeploymentResource

java.lang.Object
com.flowable.action.rest.service.api.repository.ActionDeploymentResource

@RestController
public class ActionDeploymentResource
extends java.lang.Object
  • Field Details

  • Constructor Details

  • Method Details

    • getDeployment

      @GetMapping(value="/action-repository/deployments/{deploymentId}", produces="application/json") public ActionDeploymentResponse getDeployment​(@PathVariable java.lang.String deploymentId)
    • deleteActionDeployment

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