Interface GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction, GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstruction.Builder
Enclosing class:
GatewayOuterClass.ModifyProcessInstanceRequest

public static interface GatewayOuterClass.ModifyProcessInstanceRequest.ActivateInstructionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getElementId

      String getElementId()
       the id of the element that should be activated
       
      string elementId = 1;
      Returns:
      The elementId.
    • getElementIdBytes

      com.google.protobuf.ByteString getElementIdBytes()
       the id of the element that should be activated
       
      string elementId = 1;
      Returns:
      The bytes for elementId.
    • getAncestorElementInstanceKey

      long getAncestorElementInstanceKey()
       the key of the ancestor scope the element instance should be created in;
       set to -1 to create the new element instance within an existing element
       instance of the flow scope
       
      int64 ancestorElementInstanceKey = 2;
      Returns:
      The ancestorElementInstanceKey.
    • getVariableInstructionsList

       instructions describing which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;
    • getVariableInstructions

       instructions describing which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;
    • getVariableInstructionsCount

      int getVariableInstructionsCount()
       instructions describing which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;
    • getVariableInstructionsOrBuilderList

       instructions describing which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;
    • getVariableInstructionsOrBuilder

       instructions describing which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.VariableInstruction variableInstructions = 3;