Interface GatewayOuterClass.ProcessRequestObjectOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    the process definition as a UTF8-encoded string
    the resource basename, e.g.
    com.google.protobuf.ByteString
    the resource basename, e.g.

    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

    • getName

      String getName()
       the resource basename, e.g. myProcess.bpmn
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       the resource basename, e.g. myProcess.bpmn
       
      string name = 1;
      Returns:
      The bytes for name.
    • getDefinition

      com.google.protobuf.ByteString getDefinition()
       the process definition as a UTF8-encoded string
       
      bytes definition = 2;
      Returns:
      The definition.