|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Collection.CollectionException | |
|---|---|
| org.gcube.common.xml.databases.existlibrary | |
| org.gcube.common.xml.databases.existlibrary.collections | |
| Uses of Collection.CollectionException in org.gcube.common.xml.databases.existlibrary |
|---|
| Methods in org.gcube.common.xml.databases.existlibrary that throw Collection.CollectionException | |
|---|---|
XMLResource |
PooledConnectionImpl.createXMLResource(java.lang.String name,
java.lang.Object content)
Creates a XMLResource |
XMLResource |
PooledConnection.createXMLResource(java.lang.String name,
java.lang.Object content)
it creates the XMLresource |
Collection |
PooledConnectionImpl.getRootCollection()
|
Collection |
PooledConnection.getRootCollection()
Return the root collection |
| Uses of Collection.CollectionException in org.gcube.common.xml.databases.existlibrary.collections |
|---|
| Subclasses of Collection.CollectionException in org.gcube.common.xml.databases.existlibrary.collections | |
|---|---|
static class |
Collection.CollectionAlreadyExistException
|
static class |
Collection.CollectionCreationException
|
| Methods in org.gcube.common.xml.databases.existlibrary.collections that throw Collection.CollectionException | |
|---|---|
void |
CollectionImpl.close()
|
void |
Collection.close()
|
void |
CollectionImpl.deleteCollection(java.lang.String collectionName)
Removes a collection from the ExistDB |
void |
Collection.deleteCollection(java.lang.String collectionName)
|
int |
CollectionImpl.getChildCollectionCount()
|
int |
Collection.getChildCollectionCount()
Gets the number of children |
Collection |
CollectionImpl.openSubCollection(java.lang.String collectionName)
|
Collection |
Collection.openSubCollection(java.lang.String collectionName)
Open a subCollection |
java.util.List<java.lang.String> |
CollectionImpl.removeElements(java.lang.String[] toRemove)
removes elements from the collection |
java.util.List<java.lang.String> |
Collection.removeElements(java.lang.String[] toRemove)
Opens the collection |
java.util.List<java.lang.String> |
SimpleCollection.store(java.util.List<XMLResource> resources)
|
java.util.List<java.lang.String> |
PartitionedCollection.store(java.util.List<XMLResource> resources)
Stores new Resources in the collections |
abstract java.util.List<java.lang.String> |
CollectionImpl.store(java.util.List<XMLResource> resources)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||