Package com.xpn.xwiki.events
Class AbstractXWikiRecordableEventDescriptor
- java.lang.Object
-
- org.xwiki.eventstream.AbstractRecordableEventDescriptor
-
- com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
-
- All Implemented Interfaces:
RecordableEventDescriptor
- Direct Known Subclasses:
DocumentCommentedEventDescriptor
,DocumentCreatedEventDescriptor
,DocumentDeletedEventDescriptor
,DocumentUpdatedEventDescriptor
public abstract class AbstractXWikiRecordableEventDescriptor extends AbstractRecordableEventDescriptor
Abstract implementation ofRecordableEventDescriptor
for all events sent by oldcore.- Since:
- 9.6RC1
- Version:
- $Id: c2e17112a42302d6e5d577552848cea23c3f12ae $
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.xwiki.eventstream.RecordableEventDescriptor
RecordableEventDescriptor.EventFilter
-
-
Field Summary
-
Fields inherited from class org.xwiki.eventstream.AbstractRecordableEventDescriptor
applicationTranslationKey, componentManager, contextualLocalizationManager, descriptionTranslationKey, logger, namespaceContextExecutor
-
-
Constructor Summary
Constructors Constructor Description AbstractXWikiRecordableEventDescriptor(String descriptionTranslationKey, String applicationTranslationKey)
Construct an AbstractRecordableEventDescriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationIcon()
String
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, getEventType, getEventTypeIcon, getFilter, isEnabled
-
-
-
-
Constructor Detail
-
AbstractXWikiRecordableEventDescriptor
public AbstractXWikiRecordableEventDescriptor(String descriptionTranslationKey, String applicationTranslationKey)
Construct an AbstractRecordableEventDescriptor.- Parameters:
descriptionTranslationKey
- the name of the translation key that describe the eventapplicationTranslationKey
- the translation key of the name of the application that send this event
-
-