|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedOperationException | |
|---|---|
| org.gcube.data.tml.clients | |
| Uses of UnsupportedOperationException in org.gcube.data.tml.clients |
|---|
| Methods in org.gcube.data.tml.clients that throw UnsupportedOperationException | |
|---|---|
org.gcube.data.trees.data.Tree |
TWriterClient.add(Element tree)
Adds a Tree to the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TWriterClient.add(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> trees)
Adds zero or more Trees to the bound source. |
org.gcube.data.trees.data.Tree |
TWriterClient.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> |
TWriterClient.add(URI treeRs)
Adds zero or more Trees to the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get()
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get()
Returns all the Trees in the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get(org.gcube.data.trees.patterns.Pattern pattern)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get(org.gcube.data.trees.patterns.Pattern pattern)
Returns all the Trees in the bound source which match a given Pattern. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get(org.gcube.data.streams.Stream<String> identifiers)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get(org.gcube.data.streams.Stream<String> identifiers)
Returns Trees in the bound source with given identifiers. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get(org.gcube.data.streams.Stream<String> identifiers,
org.gcube.data.trees.patterns.Pattern pattern)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get(org.gcube.data.streams.Stream<String> identifiers,
org.gcube.data.trees.patterns.Pattern pattern)
Returns Trees in the bound source from their identifiers, after pruning them with a Pattern. |
org.gcube.data.trees.data.Tree |
ReaderClient.get(String id)
|
org.gcube.data.trees.data.Tree |
TReaderClient.get(String id)
Returns a Tree in the bound source with a given identifier. |
org.gcube.data.trees.data.Tree |
ReaderClient.get(String id,
org.gcube.data.trees.patterns.Pattern pattern)
|
org.gcube.data.trees.data.Tree |
TReaderClient.get(String id,
org.gcube.data.trees.patterns.Pattern pattern)
Returns a Tree in the bound source with a given identifier, after pruning it with a Pattern. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get(URI loc)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get(URI loc)
Returns Trees in the bound source with given identifiers. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
ReaderClient.get(URI loc,
org.gcube.data.trees.patterns.Pattern pattern)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
TReaderClient.get(URI loc,
org.gcube.data.trees.patterns.Pattern pattern)
Returns Trees in the bound source from their identifiers, after pruning them with a Pattern. |
Element |
ReaderClient.getAsElement(String id)
|
Element |
TReaderClient.getAsElement(String id)
Returns a Tree in the bound source with a given identifier. |
Element |
ReaderClient.getAsElement(String id,
org.gcube.data.trees.patterns.Pattern pattern)
|
Element |
TReaderClient.getAsElement(String id,
org.gcube.data.trees.patterns.Pattern pattern)
Returns a Tree in the bound source with a given identifier, after pruning it with a Pattern. |
org.gcube.data.trees.data.Node |
ReaderClient.getNode(String... path)
|
org.gcube.data.trees.data.Node |
TReaderClient.getNode(String... path)
Returns a Node in the bound source from its path in a tree, i.e. |
Element |
ReaderClient.getNodeAsElement(String... ids)
|
Element |
TReaderClient.getNodeAsElement(String... ids)
Returns a Node in the bound source from its path in a tree, Returns a Node from its in a tree,
i.e. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Node> |
ReaderClient.getNodes(org.gcube.data.streams.Stream<org.gcube.data.tm.stubs.Path> paths)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Node> |
TReaderClient.getNodes(org.gcube.data.streams.Stream<org.gcube.data.tm.stubs.Path> paths)
Returns Nodes from their paths in a tree, i.e. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Node> |
ReaderClient.getNodes(URI paths)
|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Node> |
TReaderClient.getNodes(URI paths)
Returns Nodes from their paths in a tree, i.e. |
static org.gcube.data.trees.data.Node |
ReaderClient.resolve(URI uri)
Resolves a content URI in a scope and, optionally, with a given security manager. |
org.gcube.data.streams.Stream<org.gcube.data.tm.stubs.UpdateFailure> |
TWriterClient.update(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> deltas)
Updates zero or more Trees in the bound source. |
void |
TWriterClient.update(org.gcube.data.trees.data.Tree delta)
Updates a tree in the bound source. |
org.gcube.data.streams.Stream<org.gcube.data.tm.stubs.UpdateFailure> |
TWriterClient.update(URI deltaRs)
Updates zero or more Trees in the bound source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||