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