Uses of Interface
org.drools.workbench.models.guided.dtable.shared.model.BaseColumn
-
-
Uses of BaseColumn in org.drools.workbench.models.guided.dtable.backend.util
Method parameters in org.drools.workbench.models.guided.dtable.backend.util with type arguments of type BaseColumn Modifier and Type Method Description org.drools.workbench.models.datamodel.rule.FieldConstraintGuidedDTDRLOtherwiseHelper.OtherwiseBuilder. makeFieldConstraint(ConditionCol52 c, List<BaseColumn> allColumns, List<List<DTCellValue52>> data)Build a Field ConstraintConstructor parameters in org.drools.workbench.models.guided.dtable.backend.util with type arguments of type BaseColumn Constructor Description GuidedDTTemplateDataProvider(List<BaseColumn> columns, List<DTCellValue52> rowData) -
Uses of BaseColumn in org.drools.workbench.models.guided.dtable.shared.auditlog
Methods in org.drools.workbench.models.guided.dtable.shared.auditlog with parameters of type BaseColumn Modifier and Type Method Description protected ColumnDetailsInsertColumnAuditLogEntry. getDetails(BaseColumn column)Constructors in org.drools.workbench.models.guided.dtable.shared.auditlog with parameters of type BaseColumn Constructor Description ColumnDetails(BaseColumn column)DeleteColumnAuditLogEntry(String userName, BaseColumn column)InsertColumnAuditLogEntry(String userName, BaseColumn column)UpdateColumnAuditLogEntry(String userName, BaseColumn originalColumn, BaseColumn newColumn)UpdateColumnAuditLogEntry(String userName, BaseColumn originalColumn, BaseColumn newColumn, List<BaseColumnFieldDiff> diffs) -
Uses of BaseColumn in org.drools.workbench.models.guided.dtable.shared.model
Classes in org.drools.workbench.models.guided.dtable.shared.model with type parameters of type BaseColumn Modifier and Type Interface Description interfaceBRLColumn<T,C extends BaseColumn>A column that consists of a BRL fragmentinterfaceCompositeColumn<C extends BaseColumn>A column composed of other columnsSubinterfaces of BaseColumn in org.drools.workbench.models.guided.dtable.shared.model Modifier and Type Interface Description interfaceBRLColumn<T,C extends BaseColumn>A column that consists of a BRL fragmentinterfaceCompositeColumn<C extends BaseColumn>A column composed of other columnsClasses in org.drools.workbench.models.guided.dtable.shared.model that implement BaseColumn Modifier and Type Class Description classActionCol52classActionInsertFactCol52classActionInsertFactFieldsPatternA Fact Pattern used by the ActionInsertFactFieldsPage Wizard page adding a flag indicating whether the Pattern is inserted Logically or notclassActionRetractFactCol52A column representing the retraction of a Fact.classActionSetFieldCol52classActionWorkItemCol52A column representing the execution of a Work Item.classActionWorkItemInsertFactCol52An Action to insert and set a field value on a new Fact with the value of a Work Item Definition's result parameterclassActionWorkItemSetFieldCol52An Action to set an existing Fact's field value with the value of a Work Item Definition's result parameterclassAttributeCol52This is a rule attribute - eg salience, no-loop etc.classBRLActionColumnAn Action column defined with a BRL fragmentclassBRLActionVariableColumnA column representing a single BRL fragment variableclassBRLConditionColumnA Condition column defined with a BRL fragmentclassBRLConditionVariableColumnA column representing a single BRL fragment variableclassConditionCol52This is the config for a condition column.classDescriptionCol52This is a rule descriptionclassDTColumnConfig52classLimitedEntryActionInsertFactCol52A column that sets a field on a new fact.classLimitedEntryActionRetractFactCol52A column representing the retraction of a Fact on a Limited Entry decision table.classLimitedEntryActionSetFieldCol52A column that sets the value of an existing fact.classLimitedEntryBRLActionColumnThis is the config for a BRLActionColumn that supports Limited Entry.classLimitedEntryBRLConditionColumnThis is the config for a BRLConditionColumn that supports Limited Entry.classLimitedEntryConditionCol52This is the config for a condition column that supports Limited Entry, hence it has a value.classMetadataCol52This is a rule metadata - eg @foo(bar) etc.classPattern52A Fact Pattern to which column definitions can be addedclassRowNumberCol52This is a rule index column (i.e. just displays row's number)classRuleNameColumnMethods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type BaseColumn Modifier and Type Method Description List<CompositeColumn<? extends BaseColumn>>GuidedDecisionTable52. getConditions()List<BaseColumn>GuidedDecisionTable52. getExpandedColumns()This method expands Composite columns into individual columns where knowledge of individual columns is necessary; for example separate columns in the user-interface or where individual columns need to be analysed.Methods in org.drools.workbench.models.guided.dtable.shared.model with parameters of type BaseColumn 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 BaseColumn Modifier and Type Method Description voidGuidedDecisionTable52. setConditionPatterns(List<CompositeColumn<? extends BaseColumn>> conditionPatterns) -
Uses of BaseColumn in org.drools.workbench.models.guided.dtable.shared.model.adaptors
Classes in org.drools.workbench.models.guided.dtable.shared.model.adaptors that implement BaseColumn Modifier and Type Class Description classFactPatternPattern52AdaptorAdaptor to use RuleModel class in GuidedDecisionTableMethods in org.drools.workbench.models.guided.dtable.shared.model.adaptors with parameters of type BaseColumn Modifier and Type Method Description List<BaseColumnFieldDiff>FactPatternPattern52Adaptor. diff(BaseColumn otherColumn) -
Uses of BaseColumn in org.drools.workbench.models.guided.dtable.shared.util
Methods in org.drools.workbench.models.guided.dtable.shared.util with parameters of type BaseColumn Modifier and Type Method Description org.kie.soup.project.datamodel.oracle.DataType.DataTypesColumnUtilitiesBase. getDataType(BaseColumn column)Get the Data Type corresponding to a given column.StringColumnUtilitiesBase. getType(BaseColumn col)org.kie.soup.project.datamodel.oracle.DataType.DataTypesColumnUtilitiesBase. getTypeSafeType(BaseColumn column)
-