|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.clients.queries.SourceQueryBuilder
public class SourceQueryBuilder
Builds queries for Tree Manager services that give read or write access to data sources.
| Constructor Summary | |
|---|---|
protected |
SourceQueryBuilder(AbstractProvider<?> provider)
|
| Method Summary | |
|---|---|
org.gcube.common.clients.gcore.StatefulQuery |
build()
Returns the query. |
String |
toString()
|
SourceQueryBuilder |
withId(String id)
Sets a source identifier on the query. |
SourceQueryBuilder |
withName(String name)
Sets a source name on the query. |
SourceQueryBuilder |
withPlugin(String name)
Sets a plugin on the query. |
SourceQueryBuilder |
withProperty(String name,
String value)
Sets a source property 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, wait, wait, wait |
| Constructor Detail |
|---|
protected SourceQueryBuilder(AbstractProvider<?> provider)
| 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 SourceQueryBuilder withPlugin(String name)
name - the plugin name
public SourceQueryBuilder withProperty(String name,
String value)
name - the name of the propertyvalue - the value of the property
public org.gcube.common.clients.gcore.StatefulQuery build()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||