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.
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 |
isRemoteCollection
public boolean isRemoteCollection()
throws XMLDBException
- Throws:
XMLDBException
getCreationTime
public java.util.Date getCreationTime()
throws XMLDBException
- Returns the time of creation of the collection.
- 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()
getPathURI
public XmldbURI getPathURI()
Copyright (C) Wolfgang Meier. All rights reserved.