| Package | Description |
|---|---|
| org.flowable.dmn.rest.service.api | |
| org.flowable.dmn.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentResponse |
DmnRestResponseFactory.createDmnDeploymentResponse(org.flowable.dmn.api.DmnDeployment deployment) |
DmnDeploymentResponse |
DmnRestResponseFactory.createDmnDeploymentResponse(org.flowable.dmn.api.DmnDeployment deployment,
DmnRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<DmnDeploymentResponse> |
DmnRestResponseFactory.createDmnDeploymentResponseList(List<org.flowable.dmn.api.DmnDeployment> deployments) |
| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentResponse |
DmnDeploymentResource.getDmnDeployment(String deploymentId) |
DmnDeploymentResponse |
DmnDeploymentCollectionResource.uploadDeployment(String tenantId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<DmnDeploymentResponse> |
DmnDeploymentCollectionResource.getDeployments(Map<String,String> allRequestParams) |
Copyright © 2020 Flowable. All rights reserved.