org.gcube.data.tml.clients.queries
Class QueryBuilder

java.lang.Object
  extended by org.gcube.data.tml.clients.queries.QueryBuilder

public class QueryBuilder
extends Object


Constructor Summary
QueryBuilder()
           
 
Method Summary
protected static String concatenate(Collection<String> conditions)
           
static BinderQueryBuilder findBinder()
          Returns a query builder.
static SourceQueryBuilder findReadSource()
          Returns a builder of queries of services that give read access to data sources.
static SourceQueryBuilder findWriteSource()
          Returns a builder of queries of services that give write access to data sources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryBuilder

public QueryBuilder()
Method Detail

findBinder

public static BinderQueryBuilder findBinder()
Returns a query builder.

Returns:
the builder

findReadSource

public static SourceQueryBuilder findReadSource()
Returns a builder of queries of services that give read access to data sources.

Returns:
the builder.

findWriteSource

public static SourceQueryBuilder findWriteSource()
Returns a builder of queries of services that give write access to data sources.

Returns:
the builder.

concatenate

protected static String concatenate(Collection<String> conditions)


Copyright © 2012. All Rights Reserved.