Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.calls.ManagerCall.DiscoveryException

Packages that use ManagerCall.DiscoveryException
org.gcube.contentmanagement.contentmanager.stubs.calls   
 

Uses of ManagerCall.DiscoveryException in org.gcube.contentmanagement.contentmanager.stubs.calls
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.calls that throw ManagerCall.DiscoveryException
 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.
 java.net.URI WriteManagerCall.add(java.net.URI locator)
          Adds zero or more documents to the target collection.
 java.net.URI ReadManagerCall.get()
          Returns all the gDoc documents in the target collection.
 java.net.URI ReadManagerCall.get(Predicate projection)
          Returns all the gDoc documents, requesting the application of a projection over each of them.
 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.
 java.net.URI ReadManagerCall.get(java.net.URI locator)
          Returns zero or more gDoc documents from their identifier.
static Node ReadManagerCall.get(java.net.URI uri, GCUBEScope scope, GCUBESecurityManager... manager)
          Resolves a content URI in a given scope and, optionally, with a given security manager.
 java.net.URI ReadManagerCall.get(java.net.URI locator, Predicate projection)
          Returns zero or more gDoc documents from their identifiers, requesting the preliminary application of a filter and a projection over each of them.
 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.
 Node ReadManagerCall.getNode(java.lang.String... nodeIDs)
          Returns a gDoc document node from the list of identifiers that connect it to the document root.
 org.w3c.dom.Element ReadManagerCall.getNodeAsElement(java.lang.String... ids)
          Returns a gDoc document node from the list of identifiers that connect it to the document root.
 java.net.URI ReadManagerCall.getNodes(java.net.URI paths)
          Returns the document nodes identified by corresponding Paths into documents of the target collection.
 void WriteManagerCall.update(GDoc doc)
          Updates a document in the target collection.
 java.net.URI WriteManagerCall.update(java.net.URI locator)
          Updates zero or more documents in the target collection.