Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionTriggerDto
Packages that use ExecutionTriggerDto
Package
Description
-
Uses of ExecutionTriggerDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type ExecutionTriggerDtoModifier and TypeMethodDescriptionvoid
ExecutionResource.signalExecution
(ExecutionTriggerDto triggerDto) void
EventSubscriptionResource.triggerEvent
(ExecutionTriggerDto triggerDto) -
Uses of ExecutionTriggerDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type ExecutionTriggerDtoModifier and TypeMethodDescriptionvoid
ExecutionResourceImpl.signalExecution
(ExecutionTriggerDto triggerDto) void
MessageEventSubscriptionResource.triggerEvent
(ExecutionTriggerDto triggerDto)