Package org.bgerp.plugin.ai.aixflow
Class Config
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.plugin.ai.aixflow.Config
Configuration for AixFlow plugin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the n8n API keyGet the n8n Basic Auth passwordGet the n8n Basic Auth usernameGet the n8n file format (binary or base64)Get the n8n request methodGet the n8n URLMethods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
Config
Constructor- Parameters:
config
- the configuration map- Throws:
Config.InitStopException
- if initialization fails
-
-
Method Details
-
getN8nUrl
Get the n8n URL- Returns:
- the n8n URL
-
getN8nApiKey
Get the n8n API key- Returns:
- the n8n API key
-
getN8nRequestMethod
Get the n8n request method- Returns:
- the n8n request method
-
getN8nAuthUsername
Get the n8n Basic Auth username- Returns:
- the n8n Basic Auth username
-
getN8nAuthPassword
Get the n8n Basic Auth password- Returns:
- the n8n Basic Auth password
-
getN8nFileFormat
Get the n8n file format (binary or base64)- Returns:
- the n8n file format
-