Class: ColumnOrder

tibco.objectapi.brm.ColumnOrder

new ColumnOrder()

Details of the sort order of a field defined by BRM that can be used in sort/filter criteria expressions for work item lists. Constructs a new ColumnOrder.

The following features are supported:

Members

ascending :boolean

Boolean value defining whether the column should be sorted in ascending (TRUE) or descending (FALSE) order. This property holds the value of the 'Ascending' attribute.
Type:
  • boolean

columnDef :tibco.objectapi.brm.ColumnDefinition

Details of the field. This property holds the value of the 'Column Def' containment reference.
Type: