Uses of Class
io.camunda.zeebe.gateway.protocol.rest.ModifyProcessInstanceVariableInstruction
Packages that use ModifyProcessInstanceVariableInstruction
-
Uses of ModifyProcessInstanceVariableInstruction in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionModifyProcessInstanceVariableInstruction.putVariablesItem(String key, Object variablesItem) Methods in io.camunda.zeebe.gateway.protocol.rest that return types with arguments of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescription@Valid List<@Valid ModifyProcessInstanceVariableInstruction> ModifyProcessInstanceActivateInstruction.getVariableInstructions()Get variableInstructionsMethods in io.camunda.zeebe.gateway.protocol.rest with parameters of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionModifyProcessInstanceActivateInstruction.addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) Method parameters in io.camunda.zeebe.gateway.protocol.rest with type arguments of type ModifyProcessInstanceVariableInstructionModifier and TypeMethodDescriptionvoidModifyProcessInstanceActivateInstruction.setVariableInstructions(List<@Valid ModifyProcessInstanceVariableInstruction> variableInstructions) ModifyProcessInstanceActivateInstruction.variableInstructions(List<@Valid ModifyProcessInstanceVariableInstruction> variableInstructions)