Class: ColumnDefinition

tibco.objectapi.brm.ColumnDefinition

new ColumnDefinition()

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

The following features are supported:

Members

capability :tibco.objectapi.brm.ColumnCapability

Enumerated value that defines whether the field can be used in expressions that define sort criteria and/or filter criteria. This property holds the value of the 'Capability' attribute.
Type:

description :string

Textual description of the field. This property holds the value of the 'Description' attribute.
Type:
  • string

displayName :string

If requested by setting API Version > 1, then this attribute will provide the Display Name if this column is a Work Item Attribute and has an display name defined. This property holds the value of the 'Display Name' attribute.
Type:
  • string

id :number

ID of the field. This property holds the value of the 'Id' attribute.
Type:
  • number

isWorkListAttribute :boolean

If requested If requested by setting API Version > 1, this atrribute will be true if the specified field is a work list attribute. This property holds the value of the 'Is Work List Attribute' attribute.
Type:
  • boolean

name :string

Name of the field. This property holds the value of the 'Name' attribute.
Type:
  • string

type :tibco.objectapi.brm.ColumnType

Type of the field (for example, string or numeric). This property holds the value of the 'Type' attribute.
Type: