Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<EventSubscriptionDto> |
EventSubscriptionApi.getEventSubscriptions(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Queries for event subscriptions that fulfill given parameters.
|
ApiResponse<List<EventSubscriptionDto>> |
EventSubscriptionApi.getEventSubscriptionsWithHttpInfo(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults)
Queries for event subscriptions that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
EventSubscriptionApi.getEventSubscriptionsAsync(String eventSubscriptionId,
String eventName,
String eventType,
String executionId,
String processInstanceId,
String activityId,
String tenantIdIn,
Boolean withoutTenantId,
Boolean includeEventSubscriptionsWithoutTenantId,
String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
ApiCallback<List<EventSubscriptionDto>> _callback)
(asynchronously)
Queries for event subscriptions that fulfill given parameters.
|
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDto |
EventSubscriptionDto.activityId(String activityId) |
EventSubscriptionDto |
EventSubscriptionDto.createdDate(Date createdDate) |
EventSubscriptionDto |
EventSubscriptionDto.eventName(String eventName) |
EventSubscriptionDto |
EventSubscriptionDto.eventType(String eventType) |
EventSubscriptionDto |
EventSubscriptionDto.executionId(String executionId) |
EventSubscriptionDto |
EventSubscriptionDto.id(String id) |
EventSubscriptionDto |
EventSubscriptionDto.processInstanceId(String processInstanceId) |
EventSubscriptionDto |
EventSubscriptionDto.tenantId(String tenantId) |
Copyright © 2022. All rights reserved.