Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
-
Packages that use TriggerVariableValueDto Package Description org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.dto.runtime.modification org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type TriggerVariableValueDto Modifier and Type Method Description Map<String,TriggerVariableValueDto>
CaseExecutionTriggerDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type TriggerVariableValueDto Modifier and Type Method Description void
CaseExecutionTriggerDto. setVariables(Map<String,TriggerVariableValueDto> variables)
-
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.dto.runtime.modification
Fields in org.camunda.bpm.engine.rest.dto.runtime.modification with type parameters of type TriggerVariableValueDto Modifier and Type Field Description protected Map<String,TriggerVariableValueDto>
ProcessInstanceModificationInstructionDto. variables
Methods in org.camunda.bpm.engine.rest.dto.runtime.modification that return types with arguments of type TriggerVariableValueDto Modifier and Type Method Description Map<String,TriggerVariableValueDto>
ProcessInstanceModificationInstructionDto. getVariables()
Method parameters in org.camunda.bpm.engine.rest.dto.runtime.modification with type arguments of type TriggerVariableValueDto Modifier and Type Method Description void
ProcessInstanceModificationInstructionDto. setVariables(Map<String,TriggerVariableValueDto> variables)
-
Uses of TriggerVariableValueDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Method parameters in org.camunda.bpm.engine.rest.sub.runtime.impl with type arguments of type TriggerVariableValueDto Modifier and Type Method Description protected void
CaseExecutionResourceImpl. initializeCommandWithVariables(CaseExecutionCommandBuilder commandBuilder, Map<String,TriggerVariableValueDto> variables, String transition)
protected void
CaseInstanceResourceImpl. initializeCommandWithVariables(CaseExecutionCommandBuilder commandBuilder, Map<String,TriggerVariableValueDto> variables, String transition)
-