org.kuali.ole.docstore.discovery.service
Interface QueryService

All Known Implementing Classes:
QueryServiceImpl

public interface QueryService

User: tirumalesh.b Date: 16/1/12 Time: 12:46 PM


Method Summary
 String buildQueryForDoc(OleDocument queryDoc)
           
 List<String> getUUIDList(List<String> idList, String identifierType)
           
 String queryField(SearchParams searchParams, String fieldName)
           
 List<OleDocument> queryForDocs(OleDocument queryDoc)
           
 

Method Detail

queryForDocs

List<OleDocument> queryForDocs(OleDocument queryDoc)
                               throws Exception
Throws:
Exception

queryField

String queryField(SearchParams searchParams,
                  String fieldName)
                  throws Exception
Throws:
Exception

buildQueryForDoc

String buildQueryForDoc(OleDocument queryDoc)

getUUIDList

List<String> getUUIDList(List<String> idList,
                         String identifierType)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.