|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.data.tml.proxies.DefaultTWriter
public class DefaultTWriter
| Constructor Summary | |
|---|---|
DefaultTWriter(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.tm.stubs.TWriterPortType> delegate)
|
|
| Method Summary | |
|---|---|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
add(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> trees)
Adds one or more Trees to the bound source. |
org.gcube.data.trees.data.Tree |
add(org.gcube.data.trees.data.Tree tree)
Adds a Tree to the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
add(URI locator)
Adds one or more Trees to the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
update(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> deltas)
Updates one or more Trees in the bound source. |
org.gcube.data.trees.data.Tree |
update(org.gcube.data.trees.data.Tree delta)
Updates a tree in the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
update(URI locator)
Updates one or more Trees in the bound source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTWriter(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.tm.stubs.TWriterPortType> delegate)
| Method Detail |
|---|
public org.gcube.data.trees.data.Tree add(org.gcube.data.trees.data.Tree tree)
throws InvalidTreeException
TWriterTree to the bound source.
add in interface TWritertree - the tree
InvalidTreeException - if the tree does not conform to the data type of the source or if it is invalid for
additionpublic org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> add(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> trees)
TWriterTrees to the bound source.
add in interface TWritertrees - a Stream of Trees
Stream of added Treespublic org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> add(URI locator)
TWriterTrees to the bound source.
add in interface TWriterlocator - a locator to a resultset of Trees
Stream of added Trees
public org.gcube.data.trees.data.Tree update(org.gcube.data.trees.data.Tree delta)
throws InvalidTreeException,
UnknownTreeException
TWriter
update in interface TWriterdelta - the delta tree that captures the update
InvalidTreeException - if the delta tree is invalid
UnknownTreeException - if the delta tree does not identify a tree in the sourcepublic org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> update(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> deltas)
TWriterTrees in the bound source.
update in interface TWriterdeltas - a Stream of delta Trees
Stream of updated trees Treespublic org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> update(URI locator)
TWriterTrees in the bound source.
update in interface TWriterlocator - a locator to a resultset of delta Trees
Stream of updated Trees
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||