Interface GatewayOuterClass.WorkflowRequestObjectOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getDefinition()
      the process definition as a UTF8-encoded string
      String getName()
      the resource basename, e.g.
      com.google.protobuf.ByteString getNameBytes()
      the resource basename, e.g.
      GatewayOuterClass.WorkflowRequestObject.ResourceType getType()
      the resource type; if set to BPMN or YAML then the file extension is ignored
      int getTypeValue()
      the resource type; if set to BPMN or YAML then the file extension is ignored
      • 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

      • 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.
      • getTypeValue

        int getTypeValue()
         the resource type; if set to BPMN or YAML then the file extension
         is ignored
         
        .gateway_protocol.WorkflowRequestObject.ResourceType type = 2;
        Returns:
        The enum numeric value on the wire for type.
      • getDefinition

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