Uses of Class
org.gcube.common.xml.databases.existlibrary.collections.Collection.CollectionCreationException

Packages that use Collection.CollectionCreationException
org.gcube.common.xml.databases.existlibrary.collections   
 

Uses of Collection.CollectionCreationException in org.gcube.common.xml.databases.existlibrary.collections
 

Methods in org.gcube.common.xml.databases.existlibrary.collections that throw Collection.CollectionCreationException
 void SimpleCollection.create(Collection parentColl)
          Creates a new Simple Collection
 void PartitionedCollection.create(Collection parentColl)
          Creates a new Partioned Collection on the backend database
 void Collection.create(Collection fatherColl)
          Creates the collection if do not exist
 Collection CollectionImpl.createCollection(java.lang.String collectionName)
          Creates a new Collection
 Collection Collection.createCollection(java.lang.String collectionName)
           
 Collection CollectionImpl.createPartitionedCollection(java.lang.String collectionName)
          Creates a new partitioned collection
 Collection Collection.createPartitionedCollection(java.lang.String collectionName)