Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.calls.exceptions.UnknownDocumentException

Packages that use UnknownDocumentException
org.gcube.contentmanagement.contentmanager.plugin.defaultplugin   
org.gcube.contentmanagement.contentmanager.plugin.delegates   
org.gcube.contentmanagement.contentmanager.state   
org.gcube.contentmanagement.contentmanager.stubs.calls   
 

Uses of UnknownDocumentException in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin that throw UnknownDocumentException
 GDoc DefaultReader.get(java.lang.String id, Predicate projection)
          Returns a gDoc document from its identifier, requesting the preliminary application of a filter and a projection over it.
 void DefaultWriter.update(GDoc delta)
          Updates a gDoc document.
 

Uses of UnknownDocumentException in org.gcube.contentmanagement.contentmanager.plugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that throw UnknownDocumentException
abstract  GDoc ReadDelegate.get(java.lang.String id, Predicate projection)
          Returns a gDoc document from its identifier, requesting the preliminary application of a filter and a projection over it.
abstract  void WriteDelegate.update(GDoc doc)
          Updates a gDoc document.
 RemoteIterator<UpdateFailure> WriteDelegate.update(GDocRSIterator iterator)
          Updates a list of gDoc documents.
 

Uses of UnknownDocumentException in org.gcube.contentmanagement.contentmanager.state
 

Methods in org.gcube.contentmanagement.contentmanager.state that throw UnknownDocumentException
 GDoc ReadManager.get(java.lang.String id, Predicate projection)
          Returns a gDoc document from its identifier, requesting the preliminary application of a filter and a projection over it.
 void WriteManager.update(GDoc doc)
          Updates a gDoc document.
 

Uses of UnknownDocumentException in org.gcube.contentmanagement.contentmanager.stubs.calls
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.calls that throw UnknownDocumentException
 GDoc ReadManagerCall.get(java.lang.String id)
          Returns a gDoc document from its identifier.
 GDoc ReadManagerCall.get(java.lang.String id, Predicate projection)
          Returns a gDoc document from its identifier, requesting the preliminary application of a filter and a projection over it.
 org.w3c.dom.Element ReadManagerCall.getAsElement(java.lang.String id)
          Returns a gDoc document from its identifier.
 org.w3c.dom.Element ReadManagerCall.getAsElement(java.lang.String id, Predicate projection)
          Returns a gDoc document from its identifier, requesting the preliminary application of a filter and a projection over it.
 void WriteManagerCall.update(GDoc doc)
          Updates a document in the target collection.