Class ChangeSummaryTableViews

All Implemented Interfaces:
com.ptc.core.htmlcomp.components.JCAMappable, ConfigurableTable, com.ptc.core.htmlcomp.tableview.FreezableConfigurableTable, com.ptc.core.htmlcomp.tableview.RuntimeTableViewHolder
Direct Known Subclasses:
WorkflowTaskChangeSummaryTableViews

public class ChangeSummaryTableViews extends ChangeTaskAffectedItemsTableViews
Table views for the Change Notice summary table. The affected and resulting objects in the Change Notice Change Tasks can be additionally filtered for performance by adding an additional attribute to filter the affected, resulting or to show all affected and resulting objects in the table. The query is optimized to only get the affected or resulting object when specified properly in the view filter wizard. This can be done by adding the "Impacting Objects" attribute and setting the value equal to 'Affected Objects', 'Resulting Objects' or 'Affected/Resulting Objects' in the table view wizard. To show both affected and resulting objects filtering on the 'Impacting Objects' is not required.

Supported API: true

Extendable: true