Class: BaseModelInfo

tibco.objectapi.brm.BaseModelInfo

new BaseModelInfo()

Base model definition, containing all model informaion that is static (i.e. not subject to change via a runtime expression). Constructs a new BaseModelInfo.

The following features are supported:

Members

description :string

The description of the work model. This property holds the value of the 'Description' attribute.
Type:
  • string

name :string

The name of the work model This property holds the value of the 'Name' attribute.
Type:
  • string

priority :number

The priority of the work item this model will create (defaults to 50). This property holds the value of the 'Priority' attribute.
Type:
  • number