Package | Description |
---|---|
org.drools.verifier.api.reporting |
Modifier and Type | Method and Description |
---|---|
CheckType |
Issue.getCheckType() |
static CheckType |
CheckType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckType[] |
CheckType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<CheckType> |
CheckType.getRowLevelCheckTypes() |
Modifier and Type | Method and Description |
---|---|
void |
Issue.setCheckType(CheckType checkType) |
Constructor and Description |
---|
ImpossibleMatchIssue(Severity severity,
CheckType checkType,
String ruleId,
String fieldFactType,
String fieldName,
String conflictedItem,
String conflictingItem,
Set<Integer> rowNumbers) |
Issue(Severity severity,
CheckType checkType,
Set<Integer> rowNumbers) |
MultipleValuesForOneActionIssue(Severity severity,
CheckType checkType,
String conflictedItem,
String conflictingItem,
Set<Integer> rowNumbers) |
RedundantConditionsIssue(Severity severity,
CheckType checkType,
String factType,
String name,
String firstItem,
String secondItem,
Set<Integer> rowNumbers) |
SingleHitLostIssue(Severity severity,
CheckType checkType,
String firstItem,
String secondItem) |
ValueForActionIsSetTwiceIssue(Severity severity,
CheckType checkType,
String firstItem,
String secondItem,
Set<Integer> rowNumbers) |
ValueForFactFieldIsSetTwiceIssue(Severity severity,
CheckType checkType,
String boundName,
String name,
String firstItem,
String secondItem,
Set<Integer> rowNumbers) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.