Class Config

java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.ai.aixflow.Config

public class Config extends Config
Configuration for AixFlow plugin
  • Constructor Details

  • Method Details

    • getN8nUrl

      public String getN8nUrl()
      Get the n8n URL
      Returns:
      the n8n URL
    • getN8nApiKey

      public String getN8nApiKey()
      Get the n8n API key
      Returns:
      the n8n API key
    • getN8nRequestMethod

      public String getN8nRequestMethod()
      Get the n8n request method
      Returns:
      the n8n request method
    • getN8nAuthUsername

      public String getN8nAuthUsername()
      Get the n8n Basic Auth username
      Returns:
      the n8n Basic Auth username
    • getN8nAuthPassword

      public String getN8nAuthPassword()
      Get the n8n Basic Auth password
      Returns:
      the n8n Basic Auth password
    • getN8nFileFormat

      public String getN8nFileFormat()
      Get the n8n file format (binary or base64)
      Returns:
      the n8n file format