Class: XMLPushDestinationType

tibco.objectapi.de.exporter.XMLPushDestinationType

new XMLPushDestinationType()

Constructs a new XMLPushDestinationType.

The following features are supported:

Members

channelID :string

Unique ID of the channel associated with this push destination. This property holds the value of the 'Channel ID' attribute.
Type:
  • string

channelType :string

Enumerated type defining the presentation technology used by the channel associated with this push destination. This property holds the value of the 'Channel Type' attribute.
Type:
  • string

enabled :boolean

Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE). This property holds the value of the 'Enabled' attribute.
Type:
  • boolean

name :string

Unique name of this push destination. This property holds the value of the 'Name' attribute.
Type:
  • string

paramDescriptor :string

Unique ID of a prameter descriptor whose value should be used for the push destination. This property holds the value of the 'Param Descriptor' attribute.
Type:
  • string

target :Array.<string>

Value to be used for this push destination. This is only supplied if the value is not retrieved from a parameter descriptor (defined in param-descriptor). This property holds the value of the 'Target' attribute list.
Type:
  • Array.<string>