Package org.xwiki.extension.index
Interface ExtensionIndexStatus
- All Superinterfaces:
org.xwiki.job.event.status.JobStatus
public interface ExtensionIndexStatus
extends org.xwiki.job.event.status.JobStatus
The status of the currently running or last indexing process.
- Since:
- 12.10
- Version:
- $Id: 392891b879868a9e622544d467e2c99a32141dc6 $
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.xwiki.job.event.status.JobStatus
org.xwiki.job.event.status.JobStatus.State
-
Method Summary
Methods inherited from interface org.xwiki.job.event.status.JobStatus
answered, ask, ask, getEndDate, getError, getJobType, getLog, getLog, getLogTail, getProgress, getQuestion, getQuestionTimeLeft, getRequest, getStartDate, getState, isIsolated, isSerialized
-
Method Details
-
isExtensionAdded
boolean isExtensionAdded()- Returns:
- true if the index was updated
-