| Modifier and Type | Method and Description |
|---|---|
void |
UpdateHandler.addChecks(Set<Check> checks) |
| Modifier and Type | Method and Description |
|---|---|
Set<Check> |
RuleInspector.clearChecks() |
Set<Check> |
RuleInspector.getChecks() |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDeficientRowsCheck |
class |
DetectImpossibleMatchCheck |
class |
DetectMissingActionCheck |
class |
DetectMissingConditionCheck |
class |
DetectMultipleValuesForOneActionCheck |
class |
DetectRedundantActionCheck |
class |
DetectRedundantConditionsCheck |
class |
RangeCheck |
| Modifier and Type | Class and Description |
|---|---|
class |
OneToManyCheck |
class |
PairCheck |
class |
SingleCheck |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Check> |
CheckRunner.rechecks |
| Modifier and Type | Method and Description |
|---|---|
Set<Check> |
CheckManager.getChecks(RuleInspector ruleInspector) |
HashSet<Check> |
CheckManager.makePairRowChecks(RuleInspector ruleInspector,
Collection<RuleInspector> all) |
protected HashSet<Check> |
CheckManager.makeSingleChecks(RuleInspector ruleInspector) |
Set<Check> |
CheckManager.makeSingleRowChecks(RuleInspector ruleInspector) |
Set<Check> |
CheckManager.remove(RuleInspector ruleInspector) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckRunner.addChecks(Set<Check> checks) |
| Constructor and Description |
|---|
ChecksRepeatingCommand(Set<Check> checksToRun,
org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.