Class RuleHelper
java.lang.Object
com.beassolution.rule.crypto.CryptoState
com.beassolution.rule.model.base.BaseModel
com.beassolution.rule.model.RuleHelper
- All Implemented Interfaces:
Serializable
Entity representing a rule helper in the Beas Rule Engine.
This class represents a helper class that provides additional functionality and business logic for rules. Helper classes are loaded dynamically from JAR files and instantiated for use within rule execution.
Key components include:
- Helper name and description
- Package URL for JAR file location
- Package path for class scanning
- Container name for organization
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Beas Solution Team
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuleHelper
public RuleHelper()
-