Package com.xpn.xwiki.events
Class DocumentCreatedEventDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
-
- com.xpn.xwiki.events.DocumentCreatedEventDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
@Component @Singleton @Named("create") public class DocumentCreatedEventDescriptor extends AbstractXWikiRecordableEventDescriptor
Descriptor for theDocumentCreatedEvent
.- Since:
- 9.2RC1
- Version:
- $Id: 2d7fd270495395d679896e7e84c363be421c41d7 $
-
-
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 DocumentCreatedEventDescriptor()
Construct a DocumentCreatedEventDescriptor.
-
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()
-
-