Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
-
Packages that use ProcessInstanceModificationInstructionDto Package Description org.camunda.bpm.engine.rest.dto 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
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type ProcessInstanceModificationInstructionDto Modifier and Type Field Description protected List<ProcessInstanceModificationInstructionDto>ModificationDto. instructionsMethods in org.camunda.bpm.engine.rest.dto that return types with arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description List<ProcessInstanceModificationInstructionDto>ModificationDto. getInstructions()Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description voidModificationDto. setInstructions(List<ProcessInstanceModificationInstructionDto> instructions) -
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 Modifier and Type Field Description protected List<ProcessInstanceModificationInstructionDto>RestartProcessInstanceDto. instructionsprotected List<ProcessInstanceModificationInstructionDto>StartProcessInstanceDto. startInstructionsMethods in org.camunda.bpm.engine.rest.dto.runtime that return types with arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description List<ProcessInstanceModificationInstructionDto>RestartProcessInstanceDto. getInstructions()List<ProcessInstanceModificationInstructionDto>StartProcessInstanceDto. getStartInstructions()Method parameters in org.camunda.bpm.engine.rest.dto.runtime with type arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description voidRestartProcessInstanceDto. setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)voidStartProcessInstanceDto. 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 Modifier and Type Class Description classCancellationInstructionDtoclassStartAfterInstructionDtoclassStartBeforeInstructionDtoclassStartTransitionInstructionDtoFields in org.camunda.bpm.engine.rest.dto.runtime.modification with type parameters of type ProcessInstanceModificationInstructionDto Modifier and Type Field Description protected List<ProcessInstanceModificationInstructionDto>ProcessInstanceModificationDto. instructionsMethods in org.camunda.bpm.engine.rest.dto.runtime.modification that return types with arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description List<ProcessInstanceModificationInstructionDto>ProcessInstanceModificationDto. getInstructions()Method parameters in org.camunda.bpm.engine.rest.dto.runtime.modification with type arguments of type ProcessInstanceModificationInstructionDto Modifier and Type Method Description voidProcessInstanceModificationDto. setInstructions(List<ProcessInstanceModificationInstructionDto> instructions)
-