public class RuleGroupExecutionRRD
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RuleGroupExecutionRRD() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowedToExecute(RuleConfigurationRRD ruleConfig)
Determines whether the given rule (identified by its config object) is allowed to be executed.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCode() |
java.util.Map<java.lang.String,java.lang.Integer> |
getExecutedRules() |
int |
hashCode() |
boolean |
isExclusive() |
void |
setCode(java.lang.String code) |
void |
setExclusive(boolean exclusive) |
void |
setExecutedRules(java.util.Map<java.lang.String,java.lang.Integer> executedRules) |
void |
trackRuleGroupExecution(RuleConfigurationRRD ruleConfig) |
public void setCode(java.lang.String code)
public java.lang.String getCode()
public void setExecutedRules(java.util.Map<java.lang.String,java.lang.Integer> executedRules)
public java.util.Map<java.lang.String,java.lang.Integer> getExecutedRules()
public void setExclusive(boolean exclusive)
public boolean isExclusive()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean allowedToExecute(RuleConfigurationRRD ruleConfig)
public void trackRuleGroupExecution(RuleConfigurationRRD ruleConfig)
Copyright © 2018 SAP SE. All Rights Reserved.