Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto

Packages that use TriggerVariableValueDto
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
 Map<String,TriggerVariableValueDto> CaseExecutionTriggerDto.getVariables()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type TriggerVariableValueDto
 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
protected  Map<String,TriggerVariableValueDto> ProcessInstanceModificationInstructionDto.variables
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime.modification that return types with arguments of type TriggerVariableValueDto
 Map<String,TriggerVariableValueDto> ProcessInstanceModificationInstructionDto.getVariables()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.runtime.modification with type arguments of type TriggerVariableValueDto
 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
protected  void CaseInstanceResourceImpl.initializeCommandWithVariables(CaseExecutionCommandBuilder commandBuilder, Map<String,TriggerVariableValueDto> variables, String transition)
           
protected  void CaseExecutionResourceImpl.initializeCommandWithVariables(CaseExecutionCommandBuilder commandBuilder, Map<String,TriggerVariableValueDto> variables, String transition)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.