Class ReIndexRequestEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.admin.ReIndexRequestEvent
-
- All Implemented Interfaces:
Serializable
@ParametersAreNonnullByDefault public class ReIndexRequestEvent extends ConfluenceEvent
This event must be synchronous so that the maintenance task can be created in the same transaction of the new reindex job- Since:
- 8.3.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ReIndexRequestEvent(Object src, String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJobId()
EnumSet<ReIndexOption>
getOptions()
String
getSourceNodeId()
List<String>
getSpaceKeys()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-