Record Class AbstractNotifyMentionsObserver.MentionableObject

java.lang.Object
java.lang.Record
org.ametys.cms.repository.mentions.AbstractNotifyMentionsObserver.MentionableObject
Record Components:
author - the author
content - the content
mentionedUsers - the mentioned users in the mentionable object
creationDate - the creation date
ametysObject - the ametys object holding the mentionable object
linkToAmetysObject - the link of the ametys object
language - the language
Enclosing class:
AbstractNotifyMentionsObserver<T extends AmetysObject>

public static record AbstractNotifyMentionsObserver.MentionableObject(User author, String content, Collection<UserIdentity> mentionedUsers, ZonedDateTime creationDate, AmetysObject ametysObject, AbstractNotifyMentionsObserver.LinkToAmetysObject linkToAmetysObject, String language) extends Record
A record to get all information of the mentionable object