com.stratelia.webactiv.applicationIndexer.control
Class AbstractIndexer

java.lang.Object
  extended by com.stratelia.webactiv.applicationIndexer.control.AbstractIndexer
Direct Known Subclasses:
ApplicationDYMIndexer, ApplicationIndexer

public abstract class AbstractIndexer
extends Object

Author:
ehugonnet

Constructor Summary
AbstractIndexer()
           
 
Method Summary
 void index(String currentSpaceId, String componentId)
           
 void indexAllSpaces()
           
abstract  void indexComponent(String spaceId, String componentId)
           
abstract  void indexPersonalComponent(String personalComponent)
           
 void indexPersonalComponents()
           
 void indexSpace(String spaceId)
          Indexes one space
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIndexer

public AbstractIndexer()
Method Detail

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.