| Modifier and Type | Method and Description |
|---|---|
protected RuleMatchCountListener |
DefaultAgendaEventListenerFactory.createRuleMatchCountListener(DroolsRuleEngineContextModel ctx)
creates a RuleMatchCountListener based on the
ctx.ruleFiringLimit attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DroolsRuleModel> |
DefaultCommerceRuleEngineService.getDroolsRulesForContext(DroolsRuleEngineContextModel ruleEngineContext,
List<AbstractRuleEngineRuleModel> activeRulesForModule)
Deprecated.
since 6.3 rules are no longer iterated through during rule evaluation. Instead the
RuleEngineCacheService is used. |
protected Set<Object> |
DefaultCommerceRuleEngineService.getEventListners(DroolsRuleEngineContextModel ruleEngineContext) |
protected KieBase |
AbstractRuleEngineServicesTest.getKieBase(DroolsRuleEngineContextModel context) |
protected ReleaseId |
AbstractRuleEngineServicesTest.getReleaseId(DroolsRuleEngineContextModel context) |
protected void |
AbstractRuleEngineServicesTest.initializeRuleEngine(DroolsRuleEngineContextModel context) |
| Modifier and Type | Method and Description |
|---|---|
protected DroolsRuleEngineContextModel |
DefaultPlatformRuleEngineService.validateRuleEvaluationContext(RuleEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPlatformRuleEngineService.isSessionStateless(DroolsRuleEngineContextModel ruleEngineContext)
Determine if the current RuleEngineContext's KieSession is Stateless.
|
| Modifier and Type | Method and Description |
|---|---|
DroolsRuleEngineContextModel |
DroolsRuleEngineContextResource.getDroolsRuleEngineContextModel()
Convenience method which just delegates to
#getResourceValue() |
protected DroolsRuleEngineContextModel |
DroolsRuleEngineContextResource.readResource(String resourceId)
Gets the
DroolsRuleEngineContextModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DroolsRuleEngineContextModel> |
DroolsRuleEngineContextsResource.getDroolsRuleEngineContextsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsRuleEngineContextResource.setDroolsRuleEngineContextModel(DroolsRuleEngineContextModel value)
Convenience method which just delegates to
#setResourceValue(DroolsRuleEngineContextModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsRuleEngineContextsResource.setDroolsRuleEngineContextsCollection(Collection<DroolsRuleEngineContextModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.