jBPM distribution 6.0.0.Beta1

org.droolsjbpm.services.impl
Class SearchServiceImpl

java.lang.Object
  extended by org.droolsjbpm.services.impl.SearchServiceImpl

public class SearchServiceImpl
extends Object


Constructor Summary
SearchServiceImpl()
           
 
Method Summary
 void commit()
           
 void index(NodeInstanceDesc node)
           
 List<Map<String,String>> search(String query, int nroOfResults)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchServiceImpl

public SearchServiceImpl()
Method Detail

index

public void index(NodeInstanceDesc node)
           throws IOException
Throws:
IOException

commit

public void commit()
            throws IOException
Throws:
IOException

search

public List<Map<String,String>> search(String query,
                                       int nroOfResults)
                                throws org.apache.lucene.queryparser.classic.ParseException,
                                       IOException
Throws:
org.apache.lucene.queryparser.classic.ParseException
IOException

jBPM distribution 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.