| Package | Description |
|---|---|
| org.flowable.app.rest | |
| org.flowable.app.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentResponse |
AppRestResponseFactory.createAppDeploymentResponse(AppDeployment deployment) |
AppDeploymentResponse |
AppRestResponseFactory.createAppDeploymentResponse(AppDeployment deployment,
AppRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<AppDeploymentResponse> |
AppRestResponseFactory.createAppDeploymentResponseList(List<AppDeployment> deployments) |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentResponse |
AppDeploymentResource.getAppDeployment(String deploymentId) |
AppDeploymentResponse |
AppDeploymentCollectionResource.uploadDeployment(String tenantId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<AppDeploymentResponse> |
AppDeploymentCollectionResource.getDeployments(Map<String,String> allRequestParams) |
Copyright © 2023 Flowable. All rights reserved.