- release() - Method in interface cloud.altemista.fwk.core.rules.session.StatefulRuleSession
-
Releases this stateful rule session.
- removeObject(String) - Method in interface cloud.altemista.fwk.core.rules.session.StatefulRuleSession
-
Removes the bean according the identifier provided
- reset() - Method in interface cloud.altemista.fwk.core.rules.session.StatefulRuleSession
-
Clean every bean object stored in the session.
- RulesEngineException - Exception in cloud.altemista.fwk.core.rules.exception
-
The Class RulesEngineException.
- RulesEngineException(String) - Constructor for exception cloud.altemista.fwk.core.rules.exception.RulesEngineException
-
Creates a new RulesEngineException.
- RulesEngineException(String, Object[]) - Constructor for exception cloud.altemista.fwk.core.rules.exception.RulesEngineException
-
Creates a new RulesEngineException.
- RulesEngineException(String, Throwable) - Constructor for exception cloud.altemista.fwk.core.rules.exception.RulesEngineException
-
Creates a new RulesEngineException.
- RulesEngineException(String, Object[], Throwable) - Constructor for exception cloud.altemista.fwk.core.rules.exception.RulesEngineException
-
Creates a new RulesEngineException.
- Ruleset - Interface in cloud.altemista.fwk.core.rules.ruleset
-
Represents a rule set in the rules engine (i.e.: a.
- RulesetContainer<C> - Interface in cloud.altemista.fwk.core.rules.ruleset
-
Represents a generic container of rules and rule sets.
- RulesetContainerResolver<C> - Interface in cloud.altemista.fwk.core.rules.ruleset
-
Defines a policy on how to resolve which RulesetContainer implementation should be used
depending on the logical name of the rule set.
- RulesService - Interface in cloud.altemista.fwk.core.rules
-
Rules executor service; the main interface of the rules module.