Uses of Class
org.camunda.bpm.engine.rest.dto.message.MessageCorrelationResultWithVariableDto
-
Packages that use MessageCorrelationResultWithVariableDto Package Description org.camunda.bpm.engine.rest.dto.message org.camunda.bpm.engine.rest.impl -
-
Uses of MessageCorrelationResultWithVariableDto in org.camunda.bpm.engine.rest.dto.message
Methods in org.camunda.bpm.engine.rest.dto.message that return MessageCorrelationResultWithVariableDto Modifier and Type Method Description static MessageCorrelationResultWithVariableDtoMessageCorrelationResultWithVariableDto. fromMessageCorrelationResultWithVariables(org.camunda.bpm.engine.runtime.MessageCorrelationResultWithVariables result) -
Uses of MessageCorrelationResultWithVariableDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type MessageCorrelationResultWithVariableDto Modifier and Type Method Description protected List<MessageCorrelationResultWithVariableDto>MessageRestServiceImpl. correlateWithVariablesEnabled(CorrelationMessageDto messageDto, org.camunda.bpm.engine.runtime.MessageCorrelationBuilder correlation)
-