Class ApplicationIndexer
- java.lang.Object
-
- org.silverpeas.core.web.index.AbstractIndexer
-
- org.silverpeas.core.web.index.components.ApplicationIndexer
-
public class ApplicationIndexer extends AbstractIndexer
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.web.index.AbstractIndexer
admin
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ApplicationIndexer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationIndexer
getInstance()
void
index(String personalComponent)
protected void
indexAllData()
void
indexComponent(String spaceId, String componentId)
void
indexGroups()
void
indexPdc()
void
indexPersonalComponent(String personalComponent)
void
indexUsers()
-
Methods inherited from class org.silverpeas.core.web.index.AbstractIndexer
index, indexAll, indexAllSpaces, indexPersonalComponents, isIndexAllProcess
-
-
-
-
Method Detail
-
getInstance
public static ApplicationIndexer getInstance()
-
indexAllData
protected void indexAllData()
- Specified by:
indexAllData
in classAbstractIndexer
-
index
public void index(String personalComponent)
-
indexPersonalComponent
public void indexPersonalComponent(String personalComponent)
- Specified by:
indexPersonalComponent
in classAbstractIndexer
-
indexComponent
public void indexComponent(String spaceId, String componentId)
- Specified by:
indexComponent
in classAbstractIndexer
-
indexPdc
public void indexPdc()
-
indexUsers
public void indexUsers()
-
indexGroups
public void indexGroups()
-
-