Package org.xwiki.messagestream
Class GroupMessageDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- org.xwiki.messagestream.internal.AbstractMessageDescriptor
-
- org.xwiki.messagestream.GroupMessageDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
@Component @Named("groupMessage") @Singleton public class GroupMessageDescriptor extends org.xwiki.messagestream.internal.AbstractMessageDescriptor
Descriptor for the messages sent to a group.- Since:
- 10.5RC1, 9.11.6
- Version:
- $Id: 45399fcdd391a4ce5c1199c7a18dceb6599b867e $
-
-
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 of the group messages.-
Fields inherited from class org.xwiki.eventstream.AbstractRecordableEventDescriptor
applicationTranslationKey, componentManager, contextualLocalizationManager, descriptionTranslationKey, logger, namespaceContextExecutor
-
-
Constructor Summary
Constructors Constructor Description GroupMessageDescriptor()
Construct a GroupMessageDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventType()
String
getEventTypeIcon()
boolean
isEnabled(String wikiId)
-
Methods inherited from class org.xwiki.messagestream.internal.AbstractMessageDescriptor
getApplicationIcon, getApplicationId
-
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 of the group messages.- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
public String getEventType()
-
getEventTypeIcon
public String getEventTypeIcon()
-
isEnabled
public boolean isEnabled(String wikiId)
- Specified by:
isEnabled
in interfaceRecordableEventDescriptor
- Overrides:
isEnabled
in classorg.xwiki.messagestream.internal.AbstractMessageDescriptor
-
-