Package | Description |
---|---|
org.gcube.informationsystem.collector.impl.xmlstorage.exist |
Modifier and Type | Field and Description |
---|---|
static java.util.List<GCUBEXMLResource> |
State.deletedResources
List of recently deleted resources.
|
Modifier and Type | Method and Description |
---|---|
GCUBEXMLResource |
XMLStorage.executeXPathQuery(java.lang.String xpathquery) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<GCUBEXMLResource> |
State.getDeletedResources() |
Modifier and Type | Method and Description |
---|---|
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.
|