Package org.silverpeas.core.web.index
Class AbstractIndexer
- java.lang.Object
-
- org.silverpeas.core.web.index.AbstractIndexer
-
- Direct Known Subclasses:
ApplicationDYMIndexer
,ApplicationIndexer
public abstract class AbstractIndexer extends Object
- Author:
- ehugonnet
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminController
admin
-
Constructor Summary
Constructors Constructor Description AbstractIndexer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
index(String currentSpaceId, String componentId)
void
indexAll()
protected abstract void
indexAllData()
void
indexAllSpaces()
abstract void
indexComponent(String spaceId, String componentId)
abstract void
indexPersonalComponent(String personalComponent)
protected void
indexPersonalComponents()
protected boolean
isIndexAllProcess()
-
-
-
Field Detail
-
admin
protected final AdminController admin
-
-
Method Detail
-
indexAll
public final void indexAll()
-
indexAllData
protected abstract void indexAllData()
-
indexAllSpaces
public final void indexAllSpaces()
-
indexPersonalComponents
protected void indexPersonalComponents()
-
isIndexAllProcess
protected boolean isIndexAllProcess()
-
indexPersonalComponent
public abstract void indexPersonalComponent(String personalComponent)
-
-