Uses of Class
io.camunda.zeebe.client.protocol.rest.ModifyProcessInstanceVariableInstruction
Packages that use ModifyProcessInstanceVariableInstruction
-
Uses of ModifyProcessInstanceVariableInstruction in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionModifyProcessInstanceVariableInstruction.putVariablesItem(String key, Object variablesItem) Methods in io.camunda.zeebe.client.protocol.rest that return types with arguments of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionModifyProcessInstanceActivateInstruction.getVariableInstructions()Deprecated.Get variableInstructionsModifyProcessInstanceActivateInstructionBase.getVariableInstructions()Get variableInstructionsProcessInstanceModificationActivateInstruction.getVariableInstructions()Get variableInstructionsMethods in io.camunda.zeebe.client.protocol.rest with parameters of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionModifyProcessInstanceActivateInstruction.addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) Deprecated.ModifyProcessInstanceActivateInstructionBase.addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) ProcessInstanceModificationActivateInstruction.addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) Method parameters in io.camunda.zeebe.client.protocol.rest with type arguments of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionvoidModifyProcessInstanceActivateInstruction.setVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated.voidModifyProcessInstanceActivateInstructionBase.setVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) voidProcessInstanceModificationActivateInstruction.setVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) ModifyProcessInstanceActivateInstruction.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) Deprecated.ModifyProcessInstanceActivateInstructionBase.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) ProcessInstanceModificationActivateInstruction.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions)