Interface GatewayOuterClass.ModifyProcessInstanceRequestOrBuilder

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

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

    • getProcessInstanceKey

      long getProcessInstanceKey()
       the key of the process instance that should be modified
       
      int64 processInstanceKey = 1;
      Returns:
      The processInstanceKey.
    • getActivateInstructionsList

       instructions describing which elements should be activated in which scopes,
       and which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2;
    • getActivateInstructions

       instructions describing which elements should be activated in which scopes,
       and which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2;
    • getActivateInstructionsCount

      int getActivateInstructionsCount()
       instructions describing which elements should be activated in which scopes,
       and which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2;
    • getActivateInstructionsOrBuilderList

       instructions describing which elements should be activated in which scopes,
       and which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2;
    • getActivateInstructionsOrBuilder

       instructions describing which elements should be activated in which scopes,
       and which variables should be created
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.ActivateInstruction activateInstructions = 2;
    • getTerminateInstructionsList

       instructions describing which elements should be terminated
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3;
    • getTerminateInstructions

       instructions describing which elements should be terminated
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3;
    • getTerminateInstructionsCount

      int getTerminateInstructionsCount()
       instructions describing which elements should be terminated
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3;
    • getTerminateInstructionsOrBuilderList

       instructions describing which elements should be terminated
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3;
    • getTerminateInstructionsOrBuilder

       instructions describing which elements should be terminated
       
      repeated .gateway_protocol.ModifyProcessInstanceRequest.TerminateInstruction terminateInstructions = 3;