1 package org.kuali.ole.docstore.engine.service.search; 2 3 import org.kuali.ole.docstore.common.document.*; 4 import org.kuali.ole.docstore.common.search.SearchParams; 5 6 import java.util.List; 7 8 /** 9 * Created with IntelliJ IDEA. 10 * User: sambasivam 11 * Date: 12/13/13 12 * Time: 6:42 PM 13 * To change this template use File | Settings | File Templates. 14 */ 15 public class DocstoreRDBMSSearchService { 16 17 }