Uses of Class
org.camunda.community.rest.client.dto.EventSubscriptionDto
Packages that use EventSubscriptionDto
-
Uses of EventSubscriptionDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return EventSubscriptionDtoModifier and TypeMethodDescriptionExecutionApi.getMessageEventSubscription(String id, String messageName) Get Message Event Subscription Retrieves a message event subscription for a given execution by id and a message name.ExecutionApi.getMessageEventSubscription(String id, String messageName, Map<String, String> additionalHeaders) Get Message Event Subscription Retrieves a message event subscription for a given execution by id and a message name.Methods in org.camunda.community.rest.client.api that return types with arguments of type EventSubscriptionDtoModifier and TypeMethodDescriptionEventSubscriptionApi.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.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, Map<String, String> additionalHeaders) Get List Queries for event subscriptions that fulfill given parameters. -
Uses of EventSubscriptionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return EventSubscriptionDtoModifier and TypeMethodDescriptionEventSubscriptionDto.activityId(String activityId) EventSubscriptionDto.createdDate(OffsetDateTime createdDate) EventSubscriptionDto.executionId(String executionId) EventSubscriptionDto.processInstanceId(String processInstanceId)