Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
FormDto |
TaskApi.getForm(String id)
Retrieves the form key for a task.
|
FormDto |
ProcessDefinitionApi.getStartForm(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
FormDto |
ProcessDefinitionApi.getStartFormByKey(String key)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
FormDto |
ProcessDefinitionApi.getStartFormByKeyAndTenantId(String key,
String tenantId)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<FormDto> |
TaskApi.getFormWithHttpInfo(String id)
Retrieves the form key for a task.
|
ApiResponse<FormDto> |
ProcessDefinitionApi.getStartFormByKeyAndTenantIdWithHttpInfo(String key,
String tenantId)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
ApiResponse<FormDto> |
ProcessDefinitionApi.getStartFormByKeyWithHttpInfo(String key)
Get Start Form Key
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
ApiResponse<FormDto> |
ProcessDefinitionApi.getStartFormWithHttpInfo(String id)
Get Start Form Key
Retrieves the key of the start form for a process definition.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
TaskApi.getFormAsync(String id,
ApiCallback<FormDto> _callback)
(asynchronously)
Retrieves the form key for a task.
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormAsync(String id,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for a process definition.
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormByKeyAndTenantIdAsync(String key,
String tenantId,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for the latest version of the process definition for a tenant.
|
okhttp3.Call |
ProcessDefinitionApi.getStartFormByKeyAsync(String key,
ApiCallback<FormDto> _callback)
Get Start Form Key (asynchronously)
Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.
|
Modifier and Type | Method and Description |
---|---|
FormDto |
FormDto.contextPath(String contextPath) |
FormDto |
FormDto.key(String key) |
Copyright © 2022. All rights reserved.