| Package | Description |
|---|---|
| org.flowable.form.rest | |
| org.flowable.form.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentResponse |
FormRestResponseFactory.createFormDeploymentResponse(FormDeployment deployment) |
FormDeploymentResponse |
FormRestResponseFactory.createFormDeploymentResponse(FormDeployment deployment,
FormRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDeploymentResponse> |
FormRestResponseFactory.createFormDeploymentResponseList(List<FormDeployment> deployments) |
| Modifier and Type | Method and Description |
|---|---|
FormDeploymentResponse |
FormDeploymentResource.getFormDeployment(String deploymentId) |
FormDeploymentResponse |
FormDeploymentCollectionResource.uploadDeployment(String tenantId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<FormDeploymentResponse> |
FormDeploymentCollectionResource.getDeployments(Map<String,String> allRequestParams) |
Copyright © 2019 Flowable. All rights reserved.