Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Sweeper.cleanRPs()
Deletes the Properties collection from the storage
|