| Modifier and Type | Method and Description |
|---|---|
AgendaFilter |
AgendaFilterFactory.createAgendaFilter(AbstractRuleEngineContextModel context)
creates an AgendaFilter based on the given rule engine context.
|
AgendaFilter |
AgendaFilterCreationStrategy.createAgendaFilter(AbstractRuleEngineContextModel context)
creates an AgendaFilter based on the given rule engine context.
|
| Modifier and Type | Method and Description |
|---|---|
AgendaFilter |
DefaultActionTriggeringLimitAgendaFilterCreationStrategy.createAgendaFilter(AbstractRuleEngineContextModel context) |
AgendaFilter |
DefaultAgendaFilterFactory.createAgendaFilter(AbstractRuleEngineContextModel context) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgendaEventListener> |
AgendaEventListenerFactory.createAgendaEventListeners(AbstractRuleEngineContextModel ctx)
returns a set of
AgendaEventListeners based on the given context |
Set<ProcessEventListener> |
ProcessEventListenerFactory.createProcessEventListeners(AbstractRuleEngineContextModel ctx)
returns a set of
ProcessEventListeners based on the given context |
Set<RuleRuntimeEventListener> |
RuleRuntimeEventListenerFactory.createRuleRuntimeEventListeners(AbstractRuleEngineContextModel ctx)
returns a set of
RuleRuntimeEventListeners based on the given context |
| Modifier and Type | Method and Description |
|---|---|
Set<AgendaEventListener> |
DefaultAgendaEventListenerFactory.createAgendaEventListeners(AbstractRuleEngineContextModel ctx) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRulesModuleModel |
DroolsRuleEngineTestSupportService.getTestRulesModule(AbstractRuleEngineContextModel abstractContext,
Set<AbstractRuleEngineRuleModel> rules) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleEngineContextModel |
RuleEvaluationContext.getRuleEngineContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEvaluationContext.setRuleEngineContext(AbstractRuleEngineContextModel ruleEngineContext) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleEngineContextModel |
RuleEngineContextDao.getRuleEngineContextByName(String name)
returns the rule engine context for the given name or null
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleEngineContextModel |
DefaultRuleEngineContextDao.getRuleEngineContextByName(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
DroolsRuleEngineContextModel
Generated model class for type DroolsRuleEngineContext first defined at extension ruleengine.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleEngineContextModel |
AbstractRuleEngineContextResource.getAbstractRuleEngineContextModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractRuleEngineContextModel |
AbstractRuleEngineContextResource.readResource(String resourceId)
Gets the
AbstractRuleEngineContextModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractRuleEngineContextModel> |
AbstractRuleEngineContextsResource.getAbstractRuleEngineContextsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuleEngineContextResource.setAbstractRuleEngineContextModel(AbstractRuleEngineContextModel value)
Convenience method which just delegates to
#setResourceValue(AbstractRuleEngineContextModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuleEngineContextsResource.setAbstractRuleEngineContextsCollection(Collection<AbstractRuleEngineContextModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRulesModuleModel |
RuleEngineTestSupportService.getTestRulesModule(AbstractRuleEngineContextModel abstractContext,
Set<AbstractRuleEngineRuleModel> ruleModels)
Creates the concrete subclass of AbstractRulesModuleModel, based on rule engine implementation
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRulesModuleModel |
DefaultRuleEngineTestSupportService.getTestRulesModule(AbstractRuleEngineContextModel abstractContext,
Set<AbstractRuleEngineRuleModel> ruleModels) |
Copyright © 2017 SAP SE. All Rights Reserved.