com.tibco.wcc.schema.attributeSelected

This topic describes the data passed in the payload for PageBus event, com.tibco.wcc.schema.attributeSelected.

Data in the PageBus event:

topic: The PageBus topic for the event -- see Non-WCC Components Publishing Events.
message:schemaId = com.tibco.wcc.schema.attributeSelected
        scope = "public"
        Name = Name of the event attribute.
        Description = Description of the event attribute. 
        Type = Type of data in the attribute: STRING, DATE, LONG, or INT.
        Value = Value stored in the attribute.
        Component = Name of the component that wrote the value to the attribute.

Example:

topic: com.tibco.wcc.order.wccPrototype.wccEventViewer.attributeSelected
message:schemaId = com.tibco.wcc.schema.attributeSelected
        scope = "public"
        Name = “componentId”
        Description = “The ID of the component generating this event, as defined 
           in the Event Collector.”
        Type = “STRING”
        Value = “BX”
        Component = “N2 Logging Framework”