Contains all of the top-level functions to manage the business rules for the plugin.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
- module:ruleBroker
- module:plugin.constants
- module:loggers
- @haystacks/constants
- path
Methods
(inner) initBusinessRules() → {object}
Initializes all of the business rules for the plugin, so they can be loaded by the Haystacks platform and used by the application.
- Source:
Returns:
A JSON object that contains an array of function objects that map function name to function call for all the business rules in the plugin.
- Type
- object