A D G L O 
All Classes All Packages

A

AbstractDocumentEvent - Class in org.xwiki.observation.event
Deprecated.
since 2.7RC1 use AbstractDocumentEvent instead
AbstractDocumentEvent() - Constructor for class org.xwiki.observation.event.AbstractDocumentEvent
Deprecated.
This event will match any other document event of the same type.
AbstractDocumentEvent(String) - Constructor for class org.xwiki.observation.event.AbstractDocumentEvent
AbstractDocumentEvent(DocumentReference) - Constructor for class org.xwiki.observation.event.AbstractDocumentEvent
Deprecated.
This event will match only events of the same type affecting the same document.
AbstractDocumentEvent(EventFilter) - Constructor for class org.xwiki.observation.event.AbstractDocumentEvent
Deprecated.
Constructor using a custom EventFilter.

D

DocumentDeleteEvent - Class in org.xwiki.observation.event
Deprecated.
since 2.7RC1 use DocumentDeletedEvent instead
DocumentDeleteEvent() - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
Deprecated.
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other document delete event.
DocumentDeleteEvent(String) - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only delete events affecting the same document.
DocumentDeleteEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentDeleteEvent
Deprecated.
Constructor using a custom EventFilter.
DocumentSaveEvent - Class in org.xwiki.observation.event
Deprecated.
since 2.7RC1 use DocumentCreatedEvent instead
DocumentSaveEvent() - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
Deprecated.
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other document save event.
DocumentSaveEvent(String) - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only save events affecting the same document.
DocumentSaveEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentSaveEvent
Deprecated.
Constructor using a custom EventFilter.
DocumentUpdateEvent - Class in org.xwiki.observation.event
Deprecated.
since 2.7RC1 use DocumentUpdatedEvent instead
DocumentUpdateEvent() - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
Deprecated.
Constructor initializing the event filter with an AlwaysMatchingEventFilter, meaning that this event will match any other document update event.
DocumentUpdateEvent(String) - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
Deprecated.
Constructor initializing the event filter with a FixedNameEventFilter, meaning that this event will match only update events affecting the document matching the passed document name.
DocumentUpdateEvent(EventFilter) - Constructor for class org.xwiki.observation.event.DocumentUpdateEvent
Deprecated.
Constructor using a custom EventFilter.

G

getEvents() - Method in class org.xwiki.observation.legacy.LegacyEventDispatcher
Deprecated.
 
getName() - Method in class org.xwiki.observation.legacy.LegacyEventDispatcher
Deprecated.
 

L

LegacyEventDispatcher - Class in org.xwiki.observation.legacy
Deprecated.
since old events shouldn't be used anymore (they're deprecated themselves)
LegacyEventDispatcher() - Constructor for class org.xwiki.observation.legacy.LegacyEventDispatcher
Deprecated.
 

O

onEvent(Event, Object, Object) - Method in class org.xwiki.observation.legacy.LegacyEventDispatcher
Deprecated.
 
org.xwiki.observation.event - package org.xwiki.observation.event
 
org.xwiki.observation.legacy - package org.xwiki.observation.legacy
 
A D G L O 
All Classes All Packages