Modifier and Type | Method and Description |
---|---|
RowInspector |
RowInspectorGenerator.generate(int index,
List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> row) |
Modifier and Type | Method and Description |
---|---|
List<RowInspector> |
RowInspectorGenerator.generate() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateHandler.updateRow(RowInspector oldRowInspector,
RowInspector newRowInspector) |
Modifier and Type | Method and Description |
---|---|
RowInspector |
RowInspectorCache.addRow(int index,
List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> row) |
RowInspector |
RowInspectorCache.removeRow(int rowNumber) |
Modifier and Type | Method and Description |
---|---|
Collection<RowInspector> |
RowInspectorCache.all() |
Collection<RowInspector> |
RowInspectorCache.all(RowInspectorCache.Filter filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
RowInspectorCache.Filter.accept(RowInspector rowInspector) |
Constructor and Description |
---|
DetectConflictingRowsCheck(RowInspector rowInspector,
RowInspector other) |
DetectDeficientRowsCheck(RowInspector rowInspector) |
DetectImpossibleMatchCheck(RowInspector rowInspector) |
DetectMissingActionCheck(RowInspector rowInspector) |
DetectMissingConditionCheck(RowInspector rowInspector) |
DetectMultipleValuesForOneActionCheck(RowInspector rowInspector) |
DetectRedundantActionCheck(RowInspector rowInspector) |
DetectRedundantConditionsCheck(RowInspector rowInspector) |
DetectRedundantRowsCheck(RowInspector rowInspector,
RowInspector other) |
Modifier and Type | Field and Description |
---|---|
protected RowInspector |
PairCheck.other |
protected RowInspector |
SingleCheck.rowInspector |
protected RowInspector |
PairCheck.rowInspector |
Modifier and Type | Method and Description |
---|---|
RowInspector |
PairCheck.getOther() |
RowInspector |
SingleCheck.getRowInspector() |
RowInspector |
PairCheck.getRowInspector() |
RowInspector |
OneToManyCheck.getRowInspector() |
Modifier and Type | Method and Description |
---|---|
Collection<RowInspector> |
OneToManyCheck.getOtherRows() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConflictingActionsFilter.accept(RowInspector other) |
void |
Checks.add(RowInspector rowInspector) |
Collection<Check> |
Checks.get(RowInspector rowInspector) |
protected List<Check> |
Checks.makePairRowChecks(RowInspector rowInspector,
RowInspector other) |
protected List<Check> |
Checks.makeSingleRowChecks(RowInspector rowInspector) |
Collection<Check> |
Checks.remove(RowInspector removedRowInspector) |
void |
Checks.update(RowInspector oldRowInspector,
RowInspector newRowInspector) |
Constructor and Description |
---|
ConflictingActionsFilter(RowInspector rowInspector) |
OneToManyCheck(RowInspector rowInspector) |
OneToManyCheck(RowInspector rowInspector,
RowInspectorCache.Filter filter) |
PairCheck(RowInspector rowInspector,
RowInspector other) |
SingleCheck(RowInspector rowInspector) |
Constructor and Description |
---|
ChecksRepeatingCommand(Map<RowInspector,Set<Check>> set,
Map<RowInspector,Set<Check>> rechecks,
org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion) |
ChecksRepeatingCommand(Map<RowInspector,Set<Check>> set,
Map<RowInspector,Set<Check>> rechecks,
org.uberfire.mvp.ParameterizedCommand<Status> onStatus,
org.uberfire.mvp.Command onCompletion) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.