Uses of Class
org.camunda.community.rest.client.dto.SignalDto
Packages that use SignalDto
-
Uses of SignalDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api with parameters of type SignalDtoModifier and TypeMethodDescriptionvoidSignalApi.throwSignal(SignalDto signalDto) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.voidSignalApi.throwSignal(SignalDto signalDto, Map<String, String> additionalHeaders) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers. -
Uses of SignalDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return SignalDtoModifier and TypeMethodDescriptionSignalDto.executionId(String executionId) SignalDto.putVariablesItem(String key, VariableValueDto variablesItem) SignalDto.variables(Map<String, VariableValueDto> variables) SignalDto.withoutTenantId(Boolean withoutTenantId)