Class AbstractBusinessRulesResultsTable

All Implemented Interfaces:
ConfigurableTableBuilder, ComponentConfigBuilder, com.ptc.mvc.components.ComponentConfigFactoryAware, ComponentDataBuilder
Direct Known Subclasses:
BusinessRulesResultsTable

public abstract class AbstractBusinessRulesResultsTable extends AbstractConfigurableTableBuilder
Given the result of executing the business rules displays the failed results. The results will be displayed a table or tree depending on the table view selected. When the "Group by Object" table view is selected the results are listed by object in a table. When the "Group by Rule" table view is selected a tree table is used to display the rule that failed and the objects that failed for the rule.

Supported API: true

Extendable: true