Uses of Interface
org.drools.workbench.models.guided.dtable.shared.model.BaseColumnFieldDiff
-
-
Uses of BaseColumnFieldDiff in org.drools.workbench.models.guided.dtable.shared.auditlog
Methods in org.drools.workbench.models.guided.dtable.shared.auditlog that return types with arguments of type BaseColumnFieldDiff Modifier and Type Method Description List<BaseColumnFieldDiff>UpdateColumnAuditLogEntry. getDiffs()Constructor parameters in org.drools.workbench.models.guided.dtable.shared.auditlog with type arguments of type BaseColumnFieldDiff Constructor Description UpdateColumnAuditLogEntry(String userName, BaseColumn originalColumn, BaseColumn newColumn, List<BaseColumnFieldDiff> diffs) -
Uses of BaseColumnFieldDiff in org.drools.workbench.models.guided.dtable.shared.model
Classes in org.drools.workbench.models.guided.dtable.shared.model that implement BaseColumnFieldDiff Modifier and Type Class Description classBaseColumnFieldDiffImplclassWorkItemColumnParameterValueDiffImplMethods in org.drools.workbench.models.guided.dtable.shared.model that return BaseColumnFieldDiff Modifier and Type Method Description static BaseColumnFieldDiffBaseColumnFieldDiffImpl. getDiff(String fieldName, List<BaseColumnFieldDiff> source)Methods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type BaseColumnFieldDiff Modifier and Type Method Description protected List<BaseColumnFieldDiff>ConditionCol52. conditionCol52SpecificDiff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionInsertFactCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionInsertFactFieldsPattern. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionSetFieldCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionWorkItemCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionWorkItemInsertFactCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ActionWorkItemSetFieldCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>AttributeCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>BRLActionColumn. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>BRLActionVariableColumn. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>BRLConditionColumn. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>BRLConditionVariableColumn. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>ConditionCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>DiffColumn. diff(BaseColumn otherColumn)Analyze differences between two columns of same type.List<BaseColumnFieldDiff>DTColumnConfig52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>LimitedEntryActionInsertFactCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>LimitedEntryActionRetractFactCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>LimitedEntryActionSetFieldCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>LimitedEntryConditionCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>MetadataCol52. diff(BaseColumn otherColumn)List<BaseColumnFieldDiff>Pattern52. diff(BaseColumn otherColumn)Method parameters in org.drools.workbench.models.guided.dtable.shared.model with type arguments of type BaseColumnFieldDiff Modifier and Type Method Description static BaseColumnFieldDiffBaseColumnFieldDiffImpl. getDiff(String fieldName, List<BaseColumnFieldDiff> source)static booleanBaseColumnFieldDiffImpl. hasChanged(String fieldName, List<BaseColumnFieldDiff> source) -
Uses of BaseColumnFieldDiff in org.drools.workbench.models.guided.dtable.shared.model.adaptors
Methods in org.drools.workbench.models.guided.dtable.shared.model.adaptors that return types with arguments of type BaseColumnFieldDiff Modifier and Type Method Description List<BaseColumnFieldDiff>FactPatternPattern52Adaptor. diff(BaseColumn otherColumn)
-