Package com.xpn.xwiki.events
Class DocumentCommentedEventDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
-
- com.xpn.xwiki.events.DocumentCommentedEventDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
@Component @Singleton @Named("addComment") public class DocumentCommentedEventDescriptor extends AbstractXWikiRecordableEventDescriptor
Descriptor forCommentAddedEvent
.- Since:
- 9.4RC1
- Version:
- $Id: 7c7453961ce37ee7847d73be2322f399f95f8875 $
-
-
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
Name of the supported type (as it is stored in Activity Stream).-
Fields inherited from class org.xwiki.eventstream.AbstractRecordableEventDescriptor
applicationTranslationKey, componentManager, contextualLocalizationManager, descriptionTranslationKey, logger, namespaceContextExecutor
-
-
Constructor Summary
Constructors Constructor Description DocumentCommentedEventDescriptor()
Construct a DocumentCommentedEventDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventType()
String
getEventTypeIcon()
RecordableEventDescriptor.EventFilter
getFilter()
-
Methods inherited from class com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
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, isEnabled
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final String EVENT_TYPE
Name of the supported type (as it is stored in Activity Stream).- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
public String getEventType()
-
getFilter
public RecordableEventDescriptor.EventFilter getFilter()
-
getEventTypeIcon
public String getEventTypeIcon()
-
-