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

Packages that use InvalidDocumentException
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 InvalidDocumentException in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.defaultplugin that throw InvalidDocumentException
 java.lang.String DefaultWriter.add(GDoc doc)
          Adds a gDoc document.
 void DefaultWriter.update(GDoc delta)
          Updates a gDoc document.
 

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

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates that throw InvalidDocumentException
abstract  java.lang.String WriteDelegate.add(GDoc doc)
          Adds a gDoc document.
abstract  void WriteDelegate.update(GDoc doc)
          Updates a gDoc document.
 RemoteIterator<UpdateFailure> WriteDelegate.update(GDocRSIterator iterator)
          Updates a list of gDoc documents.
 

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

Methods in org.gcube.contentmanagement.contentmanager.state that throw InvalidDocumentException
 java.lang.String WriteManager.add(GDoc doc)
          Adds a gDoc document.
 void WriteManager.update(GDoc doc)
          Updates a gDoc document.
 

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

Methods in org.gcube.contentmanagement.contentmanager.stubs.calls that throw InvalidDocumentException
 java.lang.String WriteManagerCall.add(org.w3c.dom.Element doc)
          Adds a document to the target collection.
 java.lang.String WriteManagerCall.add(GDoc doc)
          Adds a document to the target collection.
 void WriteManagerCall.update(GDoc doc)
          Updates a document in the target collection.