Uses of Class
com.flowable.action.rest.service.api.repository.ActionDeploymentResponse
Package | Description |
---|---|
com.flowable.action.rest.service.api.repository |
-
Uses of ActionDeploymentResponse in com.flowable.action.rest.service.api.repository
Methods in com.flowable.action.rest.service.api.repository that return ActionDeploymentResponse Modifier and Type Method Description ActionDeploymentResponse
ActionDeploymentResource. getDeployment(java.lang.String deploymentId)
ActionDeploymentResponse
ActionDeploymentCollectionResource. uploadDeployment(java.lang.String tenantId, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Methods in com.flowable.action.rest.service.api.repository that return types with arguments of type ActionDeploymentResponse Modifier and Type Method Description org.flowable.common.rest.api.DataResponse<ActionDeploymentResponse>
ActionDeploymentCollectionResource. getDeployments(java.util.Map<java.lang.String,java.lang.String> allRequestParams)