Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20Xml(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKey(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
ProcessDefinitionDiagramDto |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyWithHttpInfo(String key)
Get XML
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
ApiResponse<ProcessDefinitionDiagramDto> |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlWithHttpInfo(String id)
Get XML
Retrieves the BPMN 2.0 XML of a process definition.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlAsync(String id,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAsync(String key,
ApiCallback<ProcessDefinitionDiagramDto> _callback)
Get XML (asynchronously)
Retrieves latest version the BPMN 2.0 XML of a process definition.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionDiagramDto |
ProcessDefinitionDiagramDto.bpmn20Xml(String bpmn20Xml) |
ProcessDefinitionDiagramDto |
ProcessDefinitionDiagramDto.id(String id) |
Copyright © 2022. All rights reserved.