Package org.bonitasoft.web.client.api
Interface DiagramApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface DiagramApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getProcessDiagramById(String id)Finds the diagram process by ID  Use the diagram resource to access the process diagram xml representation.ApiResponse<Map<String,Object>>getProcessDiagramByIdWithHttpInfo(String id)Finds the diagram process by ID Similar togetProcessDiagramByIdbut it also returns the http response headers .
-
-
-
Method Detail
-
getProcessDiagramById
Map<String,Object> getProcessDiagramById(String id)
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:
- Map<String, Object>
-
getProcessDiagramByIdWithHttpInfo
ApiResponse<Map<String,Object>> getProcessDiagramByIdWithHttpInfo(String id)
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.
-
-