|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStorage.XMLStorageNotAvailableException | |
---|---|
org.gcube.informationsystem.collector.impl.xmlstorage.exist | |
org.gcube.informationsystem.collector.impl.xmlstorage.exist.sweep |
Uses of XMLStorage.XMLStorageNotAvailableException in org.gcube.informationsystem.collector.impl.xmlstorage.exist |
---|
Methods in org.gcube.informationsystem.collector.impl.xmlstorage.exist that throw XMLStorage.XMLStorageNotAvailableException | |
---|---|
Collection |
XMLStorage.createCollection(java.lang.String name)
Creates a collection in the XML storage. |
void |
XMLStorage.deleteCollection(java.lang.String collectionName)
Deletes the collection from the storage |
ResourceSet |
QueryManager.executeXQuery(XQuery query)
Executes the given XQuery on the current collection or on the root collection if any was previously loaded |
void |
XMLStorage.initialize(boolean... lock)
Initializes the local XML Storage repository |
void |
XMLStorage.initialize(long maxOperationsPerConnection,
boolean... lock)
Initializes the local XML Storage repository |
java.lang.String[] |
XMLStorage.listAllCollectionResourceIDs(java.lang.String collectionName)
Lists all the identifiers of the resources belonging the collection |
boolean |
XMLStorage.resourceExists(GCUBEXMLResource resource)
Checks if the resource does exist in the storage |
void |
XMLStorage.storeResource(GCUBEXMLResource resource)
Stores a XMLDBDocument in the current collection. |
Uses of XMLStorage.XMLStorageNotAvailableException in org.gcube.informationsystem.collector.impl.xmlstorage.exist.sweep |
---|
Methods in org.gcube.informationsystem.collector.impl.xmlstorage.exist.sweep that throw XMLStorage.XMLStorageNotAvailableException | |
---|---|
static void |
Sweeper.cleanRPs()
Deletes the Properties collection from the storage |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |