Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
EventSubscriptionDto |
ExecutionApi.getMessageEventSubscription(String id,
String messageName)
Get Message Event Subscription
Retrieves a message event subscription for a given execution by id and a message name.
|
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)
Get List
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)
Get List
Queries for event subscriptions that fulfill given parameters.
|
ApiResponse<EventSubscriptionDto> |
ExecutionApi.getMessageEventSubscriptionWithHttpInfo(String id,
String messageName)
Get Message Event Subscription
Retrieves a message event subscription for a given execution by id and a message name.
|
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)
Get List (asynchronously)
Queries for event subscriptions that fulfill given parameters.
|
okhttp3.Call |
ExecutionApi.getMessageEventSubscriptionAsync(String id,
String messageName,
ApiCallback<EventSubscriptionDto> _callback)
Get Message Event Subscription (asynchronously)
Retrieves a message event subscription for a given execution by id and a message name.
|
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.