|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.proxies.SourceQueryBuilder
public class SourceQueryBuilder
Builds queries for Tree Manager services that give read or write access to data sources.
| Constructor Summary | |
|---|---|
SourceQueryBuilder(org.gcube.common.clients.gcore.queries.StatefulQuery query)
|
|
| Method Summary | |
|---|---|
org.gcube.common.clients.gcore.queries.StatefulQuery |
build()
Returns the query. |
SourceQueryBuilder |
withId(String id)
Sets a source identifier on the query. |
SourceQueryBuilder |
withName(String name)
Sets a source name on the query. |
SourceQueryBuilder |
withType(QName type)
Sets a source type on the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceQueryBuilder(org.gcube.common.clients.gcore.queries.StatefulQuery query)
| Method Detail |
|---|
public SourceQueryBuilder withId(String id)
id - the identifier
public SourceQueryBuilder withName(String name)
name - the name
public SourceQueryBuilder withType(QName type)
name - the type
public org.gcube.common.clients.gcore.queries.StatefulQuery build()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||