Interface GatewayOuterClass.CreateProcessInstanceWithResultRequestOrBuilder

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

public static interface GatewayOuterClass.CreateProcessInstanceWithResultRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFetchVariables(int index)
    list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
    com.google.protobuf.ByteString
    list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
    int
    list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
    list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables` if empty, all visible variables in the root scope will be returned.
    .gateway_protocol.CreateProcessInstanceRequest request = 1;
    .gateway_protocol.CreateProcessInstanceRequest request = 1;
    long
    timeout (in ms).
    boolean
    .gateway_protocol.CreateProcessInstanceRequest request = 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 Details

    • hasRequest

      boolean hasRequest()
      .gateway_protocol.CreateProcessInstanceRequest request = 1;
      Returns:
      Whether the request field is set.
    • getRequest

      .gateway_protocol.CreateProcessInstanceRequest request = 1;
      Returns:
      The request.
    • getRequestOrBuilder

      .gateway_protocol.CreateProcessInstanceRequest request = 1;
    • getRequestTimeout

      long getRequestTimeout()
       timeout (in ms). the request will be closed if the process is not completed
       before the requestTimeout.
       if requestTimeout = 0, uses the generic requestTimeout configured in the gateway.
       
      int64 requestTimeout = 2;
      Returns:
      The requestTimeout.
    • getFetchVariablesList

      List<String> getFetchVariablesList()
       list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables`
       if empty, all visible variables in the root scope will be returned.
       
      repeated string fetchVariables = 3;
      Returns:
      A list containing the fetchVariables.
    • getFetchVariablesCount

      int getFetchVariablesCount()
       list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables`
       if empty, all visible variables in the root scope will be returned.
       
      repeated string fetchVariables = 3;
      Returns:
      The count of fetchVariables.
    • getFetchVariables

      String getFetchVariables(int index)
       list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables`
       if empty, all visible variables in the root scope will be returned.
       
      repeated string fetchVariables = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fetchVariables at the given index.
    • getFetchVariablesBytes

      com.google.protobuf.ByteString getFetchVariablesBytes(int index)
       list of names of variables to be included in `CreateProcessInstanceWithResultResponse.variables`
       if empty, all visible variables in the root scope will be returned.
       
      repeated string fetchVariables = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fetchVariables at the given index.