public interface EngineRulesRepository
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractRuleEngineRuleModel> |
checkEngineRuleDeployedForModule(T engineRule,
java.lang.String moduleName)
Checks whether the given engine rule is deployed or would be deployed on startup as part of the given module
|
long |
countDeployedEngineRulesForModule(java.lang.String moduleName)
Get number of deployed rules for a rules module
|
<T extends AbstractRuleEngineRuleModel> |
getDeployedEngineRulesForModule(java.lang.String moduleName)
Get engine rules, deployed for a given module
|
<T extends AbstractRuleEngineRuleModel> boolean checkEngineRuleDeployedForModule(T engineRule, java.lang.String moduleName)
engineRule - instance of AbstractRuleEngineRuleModel to check the deployment status formoduleName - name of the module to check the deployment status against<T extends AbstractRuleEngineRuleModel> java.util.Collection<T> getDeployedEngineRulesForModule(java.lang.String moduleName)
moduleName - the name of the rules moduleAbstractRuleEngineRuleModel), deployed to a modulelong countDeployedEngineRulesForModule(java.lang.String moduleName)
moduleName - the name of the rules moduleCopyright © 2018 SAP SE. All Rights Reserved.