Package org.xwiki.messagestream
Class PersonalMessageDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- org.xwiki.messagestream.internal.AbstractMessageDescriptor
-
- org.xwiki.messagestream.PersonalMessageDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
@Component @Named("personalMessage") @Singleton public class PersonalMessageDescriptor extends org.xwiki.messagestream.internal.AbstractMessageDescriptor
Descriptor for the personal messages (to the followers).- Since:
- 10.5RC1, 9.11.6
- Version:
- $Id: 0a5a8190cac1a1203b34f7fbf4bb578e42fccc94 $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xwiki.eventstream.RecordableEventDescriptor
RecordableEventDescriptor.EventFilter
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_TYPE
Event type described by this descriptor.-
Fields inherited from class org.xwiki.eventstream.AbstractRecordableEventDescriptor
applicationTranslationKey, componentManager, contextualLocalizationManager, descriptionTranslationKey, logger, namespaceContextExecutor
-
-
Constructor Summary
Constructors Constructor Description PersonalMessageDescriptor()
Construct a PersonalMessageDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventType()
String
getEventTypeIcon()
-
Methods inherited from class org.xwiki.messagestream.internal.AbstractMessageDescriptor
getApplicationIcon, getApplicationId, isEnabled
-
Methods inherited from class org.xwiki.eventstream.AbstractRecordableEventDescriptor
equals, getApplicationName, getDescription, getLocalizedMessage, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xwiki.eventstream.RecordableEventDescriptor
getEventTitle, getFilter
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final String EVENT_TYPE
Event type described by this descriptor.- See Also:
- Constant Field Values
-
-