org.exist.xmldb
Interface CollectionImpl

All Superinterfaces:
Collection, Configurable
All Known Implementing Classes:
LocalCollection, RemoteCollection

public interface CollectionImpl
extends Collection

This interface extends org.xmldb.api.base.Collection with extensions specific to eXist.


Method Summary
 java.util.Date getCreationTime()
          Returns the time of creation of the collection.
 
Methods inherited from interface org.xmldb.api.base.Collection
close, createId, createResource, getChildCollection, getChildCollectionCount, getName, getParentCollection, getResource, getResourceCount, getService, getServices, isOpen, listChildCollections, listResources, removeResource, storeResource
 
Methods inherited from interface org.xmldb.api.base.Configurable
getProperty, setProperty
 

Method Detail

getCreationTime

public java.util.Date getCreationTime()
                               throws XMLDBException
Returns the time of creation of the collection.

Returns:
Throws:
XMLDBException


Copyright (C) Wolfgang Meier. All rights reserved.