| 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 java.util.Set<java.lang.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 java.util.function.Predicate<DroolsRuleEngineContextModel> |
DefaultRuleBasedPromotionsContextValidator.isValidKieSessionPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected DroolsRuleEngineContextModel |
DefaultModuleReleaseIdAware.validateRuleEvaluationContext(RuleEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected KieSession |
DefaultKieSessionHelper.initializeKieSessionInternal(RuleEvaluationContext context,
DroolsRuleEngineContextModel ruleEngineContext,
KieContainer kieContainer) |
protected StatelessKieSession |
DefaultKieSessionHelper.initializeStatelessKieSessionInternal(RuleEvaluationContext context,
DroolsRuleEngineContextModel ruleEngineContext,
KieContainer kieContainer) |
protected boolean |
DefaultStatelessKieSessionHelper.isSessionStateless(DroolsRuleEngineContextModel ruleEngineContext)
Deprecated.
since 6.6
|
| Modifier and Type | Method and Description |
|---|---|
DroolsRuleEngineContextModel |
DroolsRuleEngineContextResource.getDroolsRuleEngineContextModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DroolsRuleEngineContextModel |
DroolsRuleEngineContextResource.readResource(java.lang.String resourceId)
Gets the
DroolsRuleEngineContextModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DroolsRuleEngineContextModel> |
DroolsRuleEngineContextsResource.getDroolsRuleEngineContextsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<DroolsRuleEngineContextModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.