Class ComponentIndexerAdapter
- java.lang.Object
-
- org.silverpeas.core.web.index.components.ComponentIndexerAdapter
-
- All Implemented Interfaces:
ComponentIndexation
@Singleton public class ComponentIndexerAdapter extends Object implements ComponentIndexation
- Author:
- ehugonnet
-
-
Field Summary
-
Fields inherited from interface org.silverpeas.core.web.index.components.ComponentIndexation
QUALIFIER_SUFFIX
-
-
Constructor Summary
Constructors Constructor Description ComponentIndexerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
index(SilverpeasComponentInstance componentInst)
Indexes the data managed by the specified component instance.void
index(SilverpeasComponentInstance componentInst, boolean deleteAllBefore)
Indexes the data managed by the specified component instance.
-
-
-
Method Detail
-
index
public void index(SilverpeasComponentInstance componentInst)
Description copied from interface:ComponentIndexation
Indexes the data managed by the specified component instance.- Specified by:
index
in interfaceComponentIndexation
- Parameters:
componentInst
- the instance of the component managing the data to index or to reindex.
-
index
public void index(SilverpeasComponentInstance componentInst, boolean deleteAllBefore)
Description copied from interface:ComponentIndexation
Indexes the data managed by the specified component instance.- Specified by:
index
in interfaceComponentIndexation
- Parameters:
componentInst
- the instance of the component managing the data to index or to reindex.deleteAllBefore
- true to delete all indexes linked to the content of a component. instance, otherwise nothing is deleted.
-
-