org.wso2.carbon.registry.core.jdbc.indexing
Class Indexer

java.lang.Object
  extended by org.wso2.carbon.registry.core.jdbc.indexing.Indexer

public class Indexer
extends java.lang.Object


Constructor Summary
Indexer()
           
 
Method Summary
 void deleteFromIndex(RequestContext requestContext)
           
 void indexMSExcel(RequestContext requestContext)
           
 void indexMSPowerpoint(RequestContext requestContext)
           
 void indexMSWord(RequestContext requestContext)
           
 void indexPDF(RequestContext requestContext)
           
 void indexXML(RequestContext requestContext)
           
 void updateIndex(RequestContext requestContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indexer

public Indexer()
Method Detail

updateIndex

public void updateIndex(RequestContext requestContext)
                 throws RegistryException
Throws:
RegistryException

indexXML

public void indexXML(RequestContext requestContext)
              throws RegistryException
Throws:
RegistryException

indexPDF

public void indexPDF(RequestContext requestContext)
              throws RegistryException
Throws:
RegistryException

indexMSWord

public void indexMSWord(RequestContext requestContext)
                 throws RegistryException
Throws:
RegistryException

indexMSExcel

public void indexMSExcel(RequestContext requestContext)
                  throws RegistryException
Throws:
RegistryException

indexMSPowerpoint

public void indexMSPowerpoint(RequestContext requestContext)
                       throws RegistryException
Throws:
RegistryException

deleteFromIndex

public void deleteFromIndex(RequestContext requestContext)
                     throws RegistryException
Throws:
RegistryException


Copyright © 2011 WSO2 Inc. All Rights Reserved.