Package wt.businessRules
Class BusinessRulesHelper
java.lang.Object
wt.businessRules.BusinessRulesHelper
Helper for the business rules service
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusinessRulesEngineGets the business rules engine
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleValidationResultSetdeserialize(String resultSet) Converts the String into a RuleValidationResultSet object using base64 decoding.static Stringserialize(RuleValidationResultSet resultSet) Converts the RuleValidationResultSet object into a String using Base64 encoding
Supported API: true
-
Field Details
-
engine
Gets the business rules engine
Supported API: true
-
-
Method Details
-
serialize
Converts the RuleValidationResultSet object into a String using Base64 encoding
Supported API: true
- Parameters:
resultSet-- Returns:
- String representation of RuleValidationResultSet
- Throws:
IOException
-
deserialize
Converts the String into a RuleValidationResultSet object using base64 decoding.
Supported API: true
- Parameters:
resultSet-- Returns:
- RuleValidationResultSet from String representation.
- Throws:
Exception- the Exception
-