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 Details

    • getProcessDiagramById

      String getProcessDiagramById(String id)
      Finds the diagram process by ID ![edition](https://img.shields.io/badge/edition-entreprise-blue) 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

      ApiResponse<String> getProcessDiagramByIdWithHttpInfo(String id)
      Finds the diagram process by ID Similar to getProcessDiagramById but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) 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.