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

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

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

Methods in org.gcube.data.tml.clients that throw UnknownTreeException
 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.
 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.
 void WriterClient.update(org.gcube.data.trees.data.Tree doc)
           
 void TWriterClient.update(org.gcube.data.trees.data.Tree delta)
          Updates a tree in the bound source.
 



Copyright © 2012. All Rights Reserved.