This event is triggered when a marker is removed from a profile.

Class name

atg.markers.MarkerRemovedEventMessage

JMS name

atg.profile.marker.removed

Display name

Profile marker removed

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 removes a marker from 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 ProfileMarkerAdded and ProfileMarkerReplaced events as well.

The event message contains the following properties:

Property

Type

Scenario editor label

eventDate

java.sql.Timestamp

eventDate

The date and time when the event was generated.

markerRemovedData

atg.markers.MarkerData

markerRemovedData

An object representing the marker that was removed.

markedItemId

java.lang.String

markedItemId

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

markedItemType

java.lang.String

markedItemType

The type of repository item from which the marker was removed.

markerPropertyName

Java.lang.String

markerPropertyName

The name of the profile property that held the marker that was removed.

repositoryName

java.lang.String

repositoryName

The name of the repository name with the item that held the marker.

parentSessionId

java.lang.String

parentSessionId

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

profileId

java.lang.String

profileId

The ID for the profile from which the marker was removed. The value in this property is the same as the value in the markedItemId property. When a user causes a profile marker to be removed from 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 was removed.

The event message contains the following properties that pertain to the marker removed by the event. If more than one marker is removed, a separate message is generated for each removed marker.

Property

Type

Scenario editor label

key

java.lang.String

Key

The key property value of the marker being removed.

value

java.lang.String

Value

The value property value of the marker being removed.

data

java.lang.String

Data

The data property value of the marker being removed.

createDate

java.sql.Timestamp

createDate

The date and time when the marker was created.

markerItemId

java.lang.String

markerItemId

The repository ID for the marker being removed.

markerItemType

java.lang.String

markerItemType

The repository item type of the marker being removed.

 
loading table of contents...