| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultDroolsRuleTargetCodeGenerator.getRuleGroupCode(AbstractRuleModel rule) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractRuleModel> |
RuleCompileAllPromotionsAction.getRulesToCompile() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PromotionRulePrepareInterceptor.setLocalizedDescription(AbstractRuleModel rule,
RuleBasedPromotionModel promotion)
Copies attribute
name for all locals from given AbstractRuleModel to the promotionDescription of
given RuleBasedPromotionModel. |
| Modifier and Type | Class and Description |
|---|---|
class |
PromotionSourceRuleModel
Generated model class for type PromotionSourceRule first defined at extension promotionengineservices.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractRuleModel> |
AbstractEditorViewModel.getRuleType() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractRuleModel> |
RuleCompileAllAction.getRulesToCompile() |
| Modifier and Type | Method and Description |
|---|---|
protected <any> |
RuleCompileAction.evaluateActionResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags) |
protected ActionResult |
RuleCompileAction.handleErrorResult(<any> context,
AbstractRuleModel ruleModel,
EnumSet<StatusFlag> statusFlags,
RuleCompilerPublisherResult ruleResults) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
RuleCompilerContext.getRule()
Returns the rule.
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
RuleCompilerService.compile(AbstractRuleModel rule)
Compiles a rule.
|
T |
RuleCompilerContextFactory.createContext(AbstractRuleModel rule,
RuleIrVariablesGenerator variablesGenerator)
Creates a new compiler context and sets it as the current one.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
DefaultRuleCompilerContext.getRule() |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerResult |
DefaultRuleCompilerService.compile(AbstractRuleModel rule) |
DefaultRuleCompilerContext |
DefaultRuleCompilerContextFactory.createContext(AbstractRuleModel rule,
RuleIrVariablesGenerator variablesGenerator) |
protected void |
DefaultRuleCompilerContextFactory.populateDefinitionsForRule(AbstractRuleModel rule,
DefaultRuleCompilerContext context) |
protected void |
DefaultRuleCompilerService.updateRuleStatus(AbstractRuleModel rule) |
| Constructor and Description |
|---|
DefaultRuleCompilerContext(AbstractRuleModel rule,
RuleIrVariablesGenerator variablesGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMaintenanceService.archiveRule(AbstractRuleModel rule)
Archives given rule
|
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerPublisherResult |
RuleMaintenanceService.compileAndPublishRules(List<? extends AbstractRuleModel> rules)
Compiles and publishes rules
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRuleMaintenanceService.archiveRule(AbstractRuleModel rule) |
| Modifier and Type | Method and Description |
|---|---|
RuleCompilerPublisherResult |
DefaultRuleMaintenanceService.compileAndPublishRules(List<? extends AbstractRuleModel> rules) |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceRuleModel
Generated model class for type SourceRule first defined at extension ruleengineservices.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AbstractRuleModel> |
RuleGroupModel.getRules()
Generated method - Getter of the
RuleGroup.rules attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupModel.setRules(Set<AbstractRuleModel> value)
Generated method - Setter of
RuleGroup.rules attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
AbstractRuleResource.getAbstractRuleModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractRuleModel |
AbstractRuleResource.readResource(String resourceId)
Gets the
AbstractRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractRuleModel> |
AbstractRulesResource.getAbstractRulesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRuleResource.setAbstractRuleModel(AbstractRuleModel value)
Convenience method which just delegates to
#setResourceValue(AbstractRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRulesResource.setAbstractRulesCollection(Collection<AbstractRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRuleModel> |
RuleDao.findAllActiveRulesByType(Class<T> type)
Finds all active rules by a specified type
|
<T extends AbstractRuleModel> |
RuleDao.findAllRulesByType(Class<T> type)
Finds all rules by a specified type
|
<T extends AbstractRuleModel> |
RuleDao.findAllToBePublishedRulesByType(Class<T> type)
Finds all rules to be published by a specified type
|
<T extends AbstractRuleModel> |
RuleDao.findRuleByCodeAndType(String code,
Class<T> type)
Finds
AbstractRuleModel by code. |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
RuleDao.findRuleByCode(String code)
Finds
AbstractRuleModel by code. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRuleModel> |
RuleDao.findAllActiveRules()
Finds all active
AbstractRuleModels |
List<AbstractRuleModel> |
RuleDao.findAllRules()
Finds all
AbstractRuleModels |
List<AbstractRuleModel> |
RuleDao.findAllToBePublishedRules()
Finds all rules to be published
AbstractRuleModels |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRuleModel> |
DefaultRuleDao.findAllActiveRulesByType(Class<T> type) |
<T extends AbstractRuleModel> |
DefaultRuleDao.findAllRulesByType(Class<T> type) |
<T extends AbstractRuleModel> |
DefaultRuleDao.findAllToBePublishedRulesByType(Class<T> type) |
<T extends AbstractRuleModel> |
DefaultRuleDao.findRuleByCodeAndType(String code,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
DefaultRuleDao.findRuleByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRuleModel> |
DefaultRuleDao.findAllActiveRules() |
List<AbstractRuleModel> |
DefaultRuleDao.findAllRules() |
List<AbstractRuleModel> |
DefaultRuleDao.findAllToBePublishedRules() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RulePrepareInterceptor.generateUuid(AbstractRuleModel model,
InterceptorContext context) |
void |
RulePrepareInterceptor.onPrepare(AbstractRuleModel model,
InterceptorContext context) |
protected void |
RulePrepareInterceptor.updateStatus(AbstractRuleModel model,
InterceptorContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRuleModel> |
RuleService.createRuleFromTemplate(AbstractRuleTemplateModel ruleTemplate)
Creates new rule from given rule template.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
RuleService.cloneRule(AbstractRuleModel source)
Clones given rule.
|
AbstractRuleModel |
RuleService.getRuleByCode(String code)
Deprecated.
since 6.1, use the
RuleService.getRuleForCode(String) |
AbstractRuleModel |
RuleService.getRuleForCode(String code)
Gets
AbstractRuleModel by code. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRuleModel> |
RuleService.getAllActiveRules()
Gets all active
AbstractRuleModels |
List<AbstractRuleModel> |
RuleService.getAllActiveRulesForType(Class ruleType)
Gets all active
AbstractRuleModels by a specific type |
List<AbstractRuleModel> |
RuleService.getAllRules()
Gets all
AbstractRuleModels |
List<AbstractRuleModel> |
RuleService.getAllRulesForType(Class ruleType)
Gets all
AbstractRuleModels by a specific type |
List<AbstractRuleModel> |
RuleService.getAllToBePublishedRules()
Gets all rules to be published
AbstractRuleModels |
List<AbstractRuleModel> |
RuleService.getAllToBePublishedRulesForType(Class ruleType)
Gets all rules to be published
AbstractRuleModels by a specific type |
Class<? extends AbstractRuleModel> |
RuleService.getRuleTypeFromTemplate(Class<? extends AbstractRuleTemplateModel> templateType)
Finds and returns rule type model class based on the template type
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
RuleService.cloneRule(AbstractRuleModel source)
Clones given rule.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRuleModel> |
DefaultRuleService.createRuleFromTemplate(AbstractRuleTemplateModel ruleTemplate) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
DefaultRuleService.cloneRule(AbstractRuleModel source) |
AbstractRuleModel |
DefaultRuleService.getRuleByCode(String code)
Deprecated.
since 6.1, use the
DefaultRuleService.getRuleForCode(String) |
AbstractRuleModel |
DefaultRuleService.getRuleForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRuleModel> |
DefaultRuleService.getAllActiveRules() |
List<AbstractRuleModel> |
DefaultRuleService.getAllActiveRulesForType(Class ruleType) |
List<AbstractRuleModel> |
DefaultRuleService.getAllRules() |
List<AbstractRuleModel> |
DefaultRuleService.getAllRulesForType(Class ruleType) |
List<AbstractRuleModel> |
DefaultRuleService.getAllToBePublishedRules() |
List<AbstractRuleModel> |
DefaultRuleService.getAllToBePublishedRulesForType(Class ruleType) |
Class<? extends AbstractRuleModel> |
DefaultRuleService.getRuleTypeFromTemplate(Class<? extends AbstractRuleTemplateModel> templateType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
DefaultRuleService.cloneRule(AbstractRuleModel source) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractRuleModel> |
RuleTypeMappingStrategy.findRuleType(Class<? extends AbstractRuleTemplateModel> templateType)
Finds and returns rule type model class based on the template type.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractRuleModel> |
DefaultRuleTypeMappingStrategy.findRuleType(Class<? extends AbstractRuleTemplateModel> templateType) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuleModel |
SourceRuleParameterValueMapper.fromString(String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
SourceRuleParameterValueMapper.toString(AbstractRuleModel sourceRule) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractRuleModel> |
RuleCompileAllProductConfigAction.getRulesToCompile() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductConfigSourceRuleModel
Generated model class for type ProductConfigSourceRule first defined at extension sapproductconfigrules.
|
Copyright © 2017 SAP SE. All Rights Reserved.