Uses of Interface
io.camunda.zeebe.protocol.record.value.ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue
Packages that use ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue
-
Uses of ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue in io.camunda.zeebe.protocol.record.value
Classes in io.camunda.zeebe.protocol.record.value that implement ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValueModifier and TypeClassDescriptionfinal classImmutable implementation ofProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue.Methods in io.camunda.zeebe.protocol.record.value that return types with arguments of type ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValueModifier and TypeMethodDescriptionImmutableProcessInstanceModificationActivateInstructionValue.getVariableInstructions()Returns a list of variable instructions (if available), or an empty list.ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue.getVariableInstructions()Returns a list of variable instructions (if available), or an empty list.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValueModifier and TypeMethodDescriptionImmutableProcessInstanceModificationActivateInstructionValue.Builder.addVariableInstruction(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue element) Adds one element tovariableInstructionslist.ImmutableProcessInstanceModificationActivateInstructionValue.Builder.addVariableInstructions(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue... elements) Adds elements tovariableInstructionslist.ImmutableProcessInstanceModificationVariableInstructionValue.copyOf(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue instance) Creates an immutable copy of aProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValuevalue.ImmutableProcessInstanceModificationVariableInstructionValue.Builder.from(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue instance) Fill a builder with attribute values from the providedProcessInstanceModificationVariableInstructionValueinstance.ImmutableProcessInstanceModificationActivateInstructionValue.withVariableInstructions(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue... elements) Copy the current immutable object with elements that replace the content ofvariableInstructions.Method parameters in io.camunda.zeebe.protocol.record.value with type arguments of type ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValueModifier and TypeMethodDescriptionImmutableProcessInstanceModificationActivateInstructionValue.Builder.addAllVariableInstructions(Iterable<? extends ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue> elements) Adds elements tovariableInstructionslist.ImmutableProcessInstanceModificationActivateInstructionValue.Builder.withVariableInstructions(Iterable<? extends ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue> elements) Sets or replaces all elements forvariableInstructionslist.ImmutableProcessInstanceModificationActivateInstructionValue.withVariableInstructions(Iterable<? extends ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue> elements) Copy the current immutable object with elements that replace the content ofvariableInstructions.