Drools Workbench - Guided Decision Table Model 6.2.0.CR1

Uses of Interface
org.drools.workbench.models.guided.dtable.shared.model.BaseColumn

Packages that use BaseColumn
org.drools.workbench.models.guided.dtable.backend.util   
org.drools.workbench.models.guided.dtable.shared.auditlog   
org.drools.workbench.models.guided.dtable.shared.model   
org.drools.workbench.models.guided.dtable.shared.model.adaptors   
 

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
 FieldConstraint GuidedDTDRLOtherwiseHelper.OtherwiseBuilder.makeFieldConstraint(ConditionCol52 c, List<BaseColumn> allColumns, List<List<DTCellValue52>> data)
          Build a Field Constraint
 

Constructor parameters in org.drools.workbench.models.guided.dtable.backend.util with type arguments of type BaseColumn
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
protected  ColumnDetails InsertColumnAuditLogEntry.getDetails(BaseColumn column)
           
 

Constructors in org.drools.workbench.models.guided.dtable.shared.auditlog with parameters of type BaseColumn
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
 interface BRLColumn<T,C extends BaseColumn>
          A column that consists of a BRL fragment
 interface CompositeColumn<C extends BaseColumn>
          A column composed of other columns
 

Subinterfaces of BaseColumn in org.drools.workbench.models.guided.dtable.shared.model
 interface BRLColumn<T,C extends BaseColumn>
          A column that consists of a BRL fragment
 interface CompositeColumn<C extends BaseColumn>
          A column composed of other columns
 

Classes in org.drools.workbench.models.guided.dtable.shared.model that implement BaseColumn
 class ActionCol52
           
 class ActionInsertFactCol52
           
 class ActionInsertFactFieldsPattern
          A Fact Pattern used by the ActionInsertFactFieldsPage Wizard page adding a flag indicating whether the Pattern is inserted Logically or not
 class ActionRetractFactCol52
          A column representing the retraction of a Fact.
 class ActionSetFieldCol52
           
 class ActionWorkItemCol52
          A column representing the execution of a Work Item.
 class ActionWorkItemInsertFactCol52
          An Action to insert and set a field value on a new Fact with the value of a Work Item Definition's result parameter
 class ActionWorkItemSetFieldCol52
          An Action to set an existing Fact's field value with the value of a Work Item Definition's result parameter
 class AnalysisCol52
          This is a rule index column (i.e. just displays row's number)
 class AttributeCol52
          This is a rule attribute - eg salience, no-loop etc.
 class BRLActionColumn
          An Action column defined with a BRL fragment
 class BRLActionVariableColumn
          A column representing a single BRL fragment variable
 class BRLConditionColumn
          A Condition column defined with a BRL fragment
 class BRLConditionVariableColumn
          A column representing a single BRL fragment variable
 class ConditionCol52
          This is the config for a condition column.
 class DescriptionCol52
          This is a rule description
 class DTColumnConfig52
           
 class LimitedEntryActionInsertFactCol52
          A column that sets a field on a new fact.
 class LimitedEntryActionRetractFactCol52
          A column representing the retraction of a Fact on a Limited Entry decision table.
 class LimitedEntryActionSetFieldCol52
          A column that sets the value of an existing fact.
 class LimitedEntryBRLActionColumn
          This is the config for a BRLActionColumn that supports Limited Entry.
 class LimitedEntryBRLConditionColumn
          This is the config for a BRLConditionColumn that supports Limited Entry.
 class LimitedEntryConditionCol52
          This is the config for a condition column that supports Limited Entry, hence it has a value.
 class MetadataCol52
          This is a rule metadata - eg @foo(bar) etc.
 class Pattern52
          A Fact Pattern to which column definitions can be added
 class RowNumberCol52
          This is a rule index column (i.e. just displays row's number)
 

Methods in org.drools.workbench.models.guided.dtable.shared.model that return types with arguments of type BaseColumn
 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
 List<BaseColumnFieldDiff> BRLActionVariableColumn.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> DTColumnConfig52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> LimitedEntryActionInsertFactCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionInsertFactFieldsPattern.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> LimitedEntryActionRetractFactCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> MetadataCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> DiffColumn.diff(BaseColumn otherColumn)
          Analyze differences between two columns of same type.
 List<BaseColumnFieldDiff> Pattern52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionWorkItemInsertFactCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionWorkItemCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> LimitedEntryActionSetFieldCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionWorkItemSetFieldCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> LimitedEntryConditionCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> BRLActionColumn.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> BRLConditionColumn.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ConditionCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> AttributeCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionSetFieldCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> ActionInsertFactCol52.diff(BaseColumn otherColumn)
           
 List<BaseColumnFieldDiff> BRLConditionVariableColumn.diff(BaseColumn otherColumn)
           
 

Method parameters in org.drools.workbench.models.guided.dtable.shared.model with type arguments of type BaseColumn
 void GuidedDecisionTable52.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
 class FactPatternPattern52Adaptor
          Adaptor to use RuleModel class in GuidedDecisionTable
 

Methods in org.drools.workbench.models.guided.dtable.shared.model.adaptors with parameters of type BaseColumn
 List<BaseColumnFieldDiff> FactPatternPattern52Adaptor.diff(BaseColumn otherColumn)
           
 


Drools Workbench - Guided Decision Table Model 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.