Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto

Packages that use ProcessInstanceModificationInstructionDto
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.dto.runtime.modification   
 

Uses of ProcessInstanceModificationInstructionDto in org.camunda.bpm.engine.rest.dto.runtime
 

Fields in org.camunda.bpm.engine.rest.dto.runtime with type parameters of type ProcessInstanceModificationInstructionDto
protected  List<ProcessInstanceModificationInstructionDto> StartProcessInstanceDto.startInstructions
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type ProcessInstanceModificationInstructionDto
 List<ProcessInstanceModificationInstructionDto> StartProcessInstanceDto.getStartInstructions()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type ProcessInstanceModificationInstructionDto
 void StartProcessInstanceDto.setStartInstructions(List<ProcessInstanceModificationInstructionDto> startInstructions)
           
 

Uses of ProcessInstanceModificationInstructionDto in org.camunda.bpm.engine.rest.dto.runtime.modification
 

Subclasses of ProcessInstanceModificationInstructionDto in org.camunda.bpm.engine.rest.dto.runtime.modification
 class CancellationInstructionDto
           
 class StartAfterInstructionDto
           
 class StartBeforeInstructionDto
           
 class StartTransitionInstructionDto
           
 

Fields in org.camunda.bpm.engine.rest.dto.runtime.modification with type parameters of type ProcessInstanceModificationInstructionDto
protected  List<ProcessInstanceModificationInstructionDto> ProcessInstanceModificationDto.instructions
           
 

Methods in org.camunda.bpm.engine.rest.dto.runtime.modification that return types with arguments of type ProcessInstanceModificationInstructionDto
 List<ProcessInstanceModificationInstructionDto> ProcessInstanceModificationDto.getInstructions()
           
 

Method parameters in org.camunda.bpm.engine.rest.dto.runtime.modification with type arguments of type ProcessInstanceModificationInstructionDto
 void ProcessInstanceModificationDto.setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.