Package org.xwiki.bridge.event
Class DocumentsDeletingEvent
- java.lang.Object
-
- org.xwiki.observation.event.AbstractFilterableEvent
-
- org.xwiki.observation.event.AbstractCancelableEvent
-
- org.xwiki.bridge.event.DocumentsDeletingEvent
-
- All Implemented Interfaces:
Serializable
,org.xwiki.observation.event.CancelableEvent
,org.xwiki.observation.event.Event
,org.xwiki.observation.event.FilterableEvent
public class DocumentsDeletingEvent extends org.xwiki.observation.event.AbstractCancelableEvent
An event triggered before a list of documents is deleted.The event also send the following parameters:
- source: the refactoring job that is performing the delete action
- data: Map<EntityReference, EntitySelection> a map containing all entities that are going to be deleted
- Since:
- 9.1RC1
- Version:
- $Id: 177377aaedb20596d580e6f7020147f4e88252b9 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentsDeletingEvent()
-
Method Summary
-
Methods inherited from class org.xwiki.observation.event.AbstractCancelableEvent
cancel, cancel, getReason, isCanceled
-
Methods inherited from class org.xwiki.observation.event.AbstractFilterableEvent
equals, getEventFilter, hashCode, matches
-
-