Package org.bonitasoft.web.client.api
Interface DiagramApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface DiagramApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionFinds the diagram process by ID !Finds the diagram process by ID Similar togetProcessDiagramByIdbut it also returns the http response headers . !
-
Method Details
-
getProcessDiagramById
Finds the diagram process by ID  Use the diagram resource to access the process diagram xml representation. This is necessary for drawing the diagram.- Parameters:
id- ID of the process to get the diagram from (required)- Returns:
- String
-
getProcessDiagramByIdWithHttpInfo
Finds the diagram process by ID Similar togetProcessDiagramByIdbut it also returns the http response headers .  Use the diagram resource to access the process diagram xml representation. This is necessary for drawing the diagram.- Parameters:
id- ID of the process to get the diagram from (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-