Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessInstanceModificationActivateInstructionValue
Packages that use ImmutableProcessInstanceModificationActivateInstructionValue
-
Uses of ImmutableProcessInstanceModificationActivateInstructionValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessInstanceModificationActivateInstructionValueModifier and TypeMethodDescriptionImmutableProcessInstanceModificationActivateInstructionValue.Builder.build()ImmutableProcessInstanceModificationActivateInstructionValue.copyOf(ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue instance) Creates an immutable copy of aProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValuevalue.ImmutableProcessInstanceModificationActivateInstructionValue.withAncestorScopeKey(long value) Copy the current immutable object by setting a value for theancestorScopeKeyattribute.ImmutableProcessInstanceModificationActivateInstructionValue.withAncestorScopeKeys(Iterable<? extends Long> elements) Copy the current immutable object with elements that replace the content ofancestorScopeKeys.ImmutableProcessInstanceModificationActivateInstructionValue.withAncestorScopeKeys(Long... elements) Copy the current immutable object with elements that replace the content ofancestorScopeKeys.ImmutableProcessInstanceModificationActivateInstructionValue.withElementId(String value) Copy the current immutable object by setting a value for theelementIdattribute.ImmutableProcessInstanceModificationActivateInstructionValue.withVariableInstructions(ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue... elements) Copy the current immutable object with elements that replace the content ofvariableInstructions.ImmutableProcessInstanceModificationActivateInstructionValue.withVariableInstructions(Iterable<? extends ProcessInstanceModificationRecordValue.ProcessInstanceModificationVariableInstructionValue> elements) Copy the current immutable object with elements that replace the content ofvariableInstructions.