Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for decision definition.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionId
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for decision definition.
|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKey(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
void |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantAsync(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key And Tenant (asynchronously)
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenantWithHttpInfo(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key And Tenant
Updates the latest version of the decision definition for tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAsync(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live By Key (asynchronously)
Updates the latest version of the decision definition which belongs to no tenant.
|
okhttp3.Call |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByDecisionDefinitionKey
|
ApiResponse<Void> |
DecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyWithHttpInfo(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live By Key
Updates the latest version of the decision definition which belongs to no tenant.
|
void |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdAsync(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for process definition.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdCall(String id,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionId
|
ApiResponse<Void> |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionIdWithHttpInfo(String id,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for process definition.
|
void |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKey(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
void |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdAsync(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdCall(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId
|
ApiResponse<Void> |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantIdWithHttpInfo(String key,
String tenantId,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition for a tenant.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAsync(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback<Void> _callback)
Update History Time to Live (asynchronously)
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
okhttp3.Call |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyCall(String key,
HistoryTimeToLiveDto historyTimeToLiveDto,
ApiCallback _callback)
Build call for updateHistoryTimeToLiveByProcessDefinitionKey
|
ApiResponse<Void> |
ProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyWithHttpInfo(String key,
HistoryTimeToLiveDto historyTimeToLiveDto)
Update History Time to Live
Updates history time to live for the latest version of the process definition which belongs to no tenant.
|
Modifier and Type | Method and Description |
---|---|
HistoryTimeToLiveDto |
HistoryTimeToLiveDto.historyTimeToLive(Integer historyTimeToLive) |
Copyright © 2022. All rights reserved.