Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionTriggerDto
-
Packages that use ExecutionTriggerDto Package Description org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of ExecutionTriggerDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type ExecutionTriggerDto Modifier and Type Method Description void
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 ExecutionTriggerDto Modifier and Type Method Description void
ExecutionResourceImpl. signalExecution(ExecutionTriggerDto triggerDto)
void
MessageEventSubscriptionResource. triggerEvent(ExecutionTriggerDto triggerDto)
-