org.qi4j.index.rdf.query
Interface RdfQueryParser

All Known Implementing Classes:
RdfQueryParserImpl2

public interface RdfQueryParser


Method Summary
 java.lang.String constructQuery(java.lang.Class<?> resultType, Specification<Composite> whereClause, OrderBy[] orderBySegments, java.lang.Integer firstResult, java.lang.Integer maxResults, java.util.Map<java.lang.String,java.lang.Object> variables)
           
 

Method Detail

constructQuery

java.lang.String constructQuery(java.lang.Class<?> resultType,
                                Specification<Composite> whereClause,
                                OrderBy[] orderBySegments,
                                java.lang.Integer firstResult,
                                java.lang.Integer maxResults,
                                java.util.Map<java.lang.String,java.lang.Object> variables)