Uses of Class
org.gcube.informationsystem.collector.impl.resources.GCUBEXMLResource

Packages that use GCUBEXMLResource
org.gcube.informationsystem.collector.impl.xmlstorage.exist   
 

Uses of GCUBEXMLResource in org.gcube.informationsystem.collector.impl.xmlstorage.exist
 

Fields in org.gcube.informationsystem.collector.impl.xmlstorage.exist with type parameters of type GCUBEXMLResource
static java.util.List<GCUBEXMLResource> State.deletedResources
          List of recently deleted resources.
 

Methods in org.gcube.informationsystem.collector.impl.xmlstorage.exist that return GCUBEXMLResource
 GCUBEXMLResource XMLStorage.executeXPathQuery(java.lang.String xpathquery)
           
 

Methods in org.gcube.informationsystem.collector.impl.xmlstorage.exist that return types with arguments of type GCUBEXMLResource
static java.util.List<GCUBEXMLResource> State.getDeletedResources()
           
 

Methods in org.gcube.informationsystem.collector.impl.xmlstorage.exist with parameters of type GCUBEXMLResource
 void XMLStorage.deleteResource(GCUBEXMLResource resource)
          Deletes a resource
 boolean XMLStorage.resourceExists(GCUBEXMLResource resource)
          Checks if the resource does exist in the storage
 void XMLStorage.retrieveResourceContent(GCUBEXMLResource resource)
          Retrieves a resource's content from the storage
 void XMLStorage.storeResource(GCUBEXMLResource resource)
          Stores a XMLDBDocument in the current collection.