com.stratelia.webactiv.applicationIndexer.control
Class AbstractIndexer
java.lang.Object
com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
- Direct Known Subclasses:
- ApplicationDYMIndexer, ApplicationIndexer
public abstract class AbstractIndexer
- extends Object
- Author:
- ehugonnet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractIndexer
public AbstractIndexer()
indexAllSpaces
public void indexAllSpaces()
throws Exception
- Throws:
Exception
index
public void index(String currentSpaceId,
String componentId)
throws Exception
- Throws:
Exception
indexSpace
public void indexSpace(String spaceId)
throws Exception
- Indexes one space
- Parameters:
spaceId
- space identifier
- Throws:
Exception
- whether an exception occurred
indexPersonalComponents
public void indexPersonalComponents()
indexComponent
public abstract void indexComponent(String spaceId,
String componentId)
throws Exception
- Throws:
Exception
indexPersonalComponent
public abstract void indexPersonalComponent(String personalComponent)
Copyright © 2016 Silverpeas. All Rights Reserved.