Uses of Class
io.camunda.client.protocol.rest.ProcessInstanceModificationMoveInstruction
Packages that use ProcessInstanceModificationMoveInstruction
-
Uses of ProcessInstanceModificationMoveInstruction in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ProcessInstanceModificationMoveInstructionModifier and TypeMethodDescriptionProcessInstanceModificationMoveInstruction.addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) ProcessInstanceModificationMoveInstruction.ancestorScopeInstruction(AncestorScopeInstruction ancestorScopeInstruction) ProcessInstanceModificationMoveInstruction.sourceElementInstruction(SourceElementInstruction sourceElementInstruction) ProcessInstanceModificationMoveInstruction.targetElementId(String targetElementId) ProcessInstanceModificationMoveInstruction.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Methods in io.camunda.client.protocol.rest that return types with arguments of type ProcessInstanceModificationMoveInstructionModifier and TypeMethodDescriptionProcessInstanceModificationInstruction.getMoveInstructions()Instructions describing which elements to move from one scope to another.Methods in io.camunda.client.protocol.rest with parameters of type ProcessInstanceModificationMoveInstructionModifier and TypeMethodDescriptionProcessInstanceModificationInstruction.addMoveInstructionsItem(ProcessInstanceModificationMoveInstruction moveInstructionsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ProcessInstanceModificationMoveInstructionModifier and TypeMethodDescriptionProcessInstanceModificationInstruction.moveInstructions(List<ProcessInstanceModificationMoveInstruction> moveInstructions) voidProcessInstanceModificationInstruction.setMoveInstructions(List<ProcessInstanceModificationMoveInstruction> moveInstructions)