Uses of Class
org.gcube.data.tml.exceptions.UnsupportedRequestException

Packages that use UnsupportedRequestException
org.gcube.data.tml.clients   
 

Uses of UnsupportedRequestException in org.gcube.data.tml.clients
 

Methods in org.gcube.data.tml.clients that throw UnsupportedRequestException
 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> TReaderClient.get()
          Returns all the Trees in the bound source.
 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> 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> 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 TReaderClient.get(String id)
          Returns a Tree in the bound source with a given identifier.
 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> TReaderClient.get(URI loc)
          Returns Trees in the bound source with given identifiers.
 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 TReaderClient.getAsElement(String id)
          Returns a Tree in the bound source with a given identifier.
 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 TReaderClient.getNode(String... path)
          Returns a Node in the bound source from its path in a tree, i.e.
 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> 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> TReaderClient.getNodes(URI paths)
          Returns Nodes from their paths in a tree, i.e.
 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.
 



Copyright © 2012. All Rights Reserved.