Uses of Class
org.flowable.app.rest.service.api.repository.AppDeploymentResponse
-
Packages that use AppDeploymentResponse Package Description org.flowable.app.rest org.flowable.app.rest.service.api.repository -
-
Uses of AppDeploymentResponse in org.flowable.app.rest
Methods in org.flowable.app.rest that return AppDeploymentResponse Modifier and Type Method Description AppDeploymentResponseAppRestResponseFactory. createAppDeploymentResponse(org.flowable.app.api.repository.AppDeployment deployment)AppDeploymentResponseAppRestResponseFactory. createAppDeploymentResponse(org.flowable.app.api.repository.AppDeployment deployment, AppRestUrlBuilder urlBuilder)Methods in org.flowable.app.rest that return types with arguments of type AppDeploymentResponse Modifier and Type Method Description List<AppDeploymentResponse>AppRestResponseFactory. createAppDeploymentResponseList(List<org.flowable.app.api.repository.AppDeployment> deployments) -
Uses of AppDeploymentResponse in org.flowable.app.rest.service.api.repository
Methods in org.flowable.app.rest.service.api.repository that return AppDeploymentResponse Modifier and Type Method Description AppDeploymentResponseAppDeploymentResource. getAppDeployment(String deploymentId)AppDeploymentResponseAppDeploymentCollectionResource. uploadDeployment(String tenantId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods in org.flowable.app.rest.service.api.repository that return types with arguments of type AppDeploymentResponse Modifier and Type Method Description DataResponse<AppDeploymentResponse>AppDeploymentCollectionResource. getDeployments(Map<String,String> allRequestParams)
-