Interface Schema.ProcessInstanceModificationRecord.ProcessInstanceModificationVariableInstructionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getElementId()
      string elementId = 2;
      com.google.protobuf.ByteString getElementIdBytes()
      string elementId = 2;
      com.google.protobuf.Struct getVariables()
      .google.protobuf.Struct variables = 1;
      com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
      .google.protobuf.Struct variables = 1;
      boolean hasVariables()
      .google.protobuf.Struct variables = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasVariables

        boolean hasVariables()
        .google.protobuf.Struct variables = 1;
      • getVariables

        com.google.protobuf.Struct getVariables()
        .google.protobuf.Struct variables = 1;
      • getVariablesOrBuilder

        com.google.protobuf.StructOrBuilder getVariablesOrBuilder()
        .google.protobuf.Struct variables = 1;
      • getElementId

        String getElementId()
        string elementId = 2;
      • getElementIdBytes

        com.google.protobuf.ByteString getElementIdBytes()
        string elementId = 2;