Package org.xwiki.messagestream
Class DirectMessageDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- org.xwiki.messagestream.internal.AbstractMessageDescriptor
-
- org.xwiki.messagestream.DirectMessageDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
@Component @Named("directMessage") @Singleton public class DirectMessageDescriptor extends org.xwiki.messagestream.internal.AbstractMessageDescriptor
Descriptor for the direct messages.- Since:
- 10.5RC1, 9.11.6
- Version:
- $Id: 973fdf7eb33457c299e93c5f3723f0ad7367da15 $
-
-
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 DirectMessageDescriptor()
Construct a DirectMessageDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventType()
-
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, getEventTypeIcon, getFilter
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final String EVENT_TYPE
Event type described by this descriptor.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
public String getEventType()
-
-