This event is triggered when a marker is added to a profile.

Class name

atg.markers.MarkerAddedEventMessage

JMS name

atg.profile.marker.added

Display name

Profile marker added

Message context

Session

Message scope

Individual

Message source

/atg/markers/RepositoryMarkerMessageSource

Component that calls the message source

/atg/markers/userprofiling/ProfileMarkerManager

How this event is triggered

The ProfileMarkerManager adds a marker to a profile.

How to turn this event off

Set the /atg/markers/userprofiling/ProfileMarkerManager.generateEvents property to false. When you turn off this event, you disable the ProfileMarkerRemoved and ProfileMarkerReplaced events as well.

The event message contains the following properties that pertain to the event itself:

Property

Type

Scenario editor label

eventDate

java.sql.Timestamp

eventDate

The date and time at which the event was generated.

markerAddedData

atg.markers.MarkerData

markerAddedData

An object representing the profile marker that was added.

markedItemId

java.lang.String

markedItemId

The ID for the profile that received the marker. The value in this property is the same as the value in the profileId property. When a user causes a profile marker to be added to his or her own profile, this property is set to the active profile ID.

markedItemType

java.lang.String

markedItemType

The type of repository item to which the marker was added.

markerPropertyName

Java.lang.String

markerPropertyName

The name of the profile property that stores markers.

repositoryName

java.lang.String

repositoryName

The name of the repository with an item that was marked.

parentSessionId

java.lang.String

parentSessionId

The session ID for the session during which the event is generated.

profileId

java.lang.String

profileId

The ID for the profile that received the marker. The value in this property is the same as the value in the markedItemId property. When a user causes a profile marker to be added to his or her own profile, this property is set to the active profile ID.

sessionId

java.lang.String

sessionId

The session ID for the session during which the marker is added.

The event message contains the following properties that pertain to the marker created by the event:

Property

Type

Scenario editor label

Key

java.lang.String

Key

The value in the marker’s key property.

Value

java.lang.String

Value

The value in the marker’s value property.

Data

java.lang.String

Data

The value in marker’s the data property.

createDate

java.sql.Timestamp

createDate

The date and time when the marker was created.

markerItemId

Java.lang.String

markerItemId

The marker’s ID.

markerItemType

Java.lang.String

markerItemType

The marker’s repository item type.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices