org.exist.xmldb
Interface CollectionImpl

All Known Implementing Classes:
LocalCollection, RemoteCollection

public interface CollectionImpl

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


Method Summary
 java.lang.String[] getChildCollections()
           
 java.util.Date getCreationTime()
          Returns the time of creation of the collection.
 java.lang.String[] getResources()
           
 XmldbURI getURI()
           
 boolean isRemoteCollection()
           
 void storeResource(Resource res, java.util.Date a, java.util.Date b)
           
 

Method Detail

isRemoteCollection

public boolean isRemoteCollection()
                           throws XMLDBException
Throws:
XMLDBException

getCreationTime

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

Returns:
Throws:
XMLDBException

getChildCollections

public java.lang.String[] getChildCollections()
                                       throws XMLDBException
Throws:
XMLDBException

getResources

public java.lang.String[] getResources()
                                throws XMLDBException
Throws:
XMLDBException

storeResource

public void storeResource(Resource res,
                          java.util.Date a,
                          java.util.Date b)
                   throws XMLDBException
Throws:
XMLDBException

getURI

public XmldbURI getURI()


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.