Uses of Interface
org.xmldb.api.base.Collection
-
Packages that use Collection Package Description org.xmldb.api org.xmldb.api.base org.xmldb.api.modules -
-
Uses of Collection in org.xmldb.api
Methods in org.xmldb.api that return Collection Modifier and Type Method Description static CollectionDatabaseManager. getCollection(java.lang.String uri)Retrieves aCollectioninstance from the database for the given URI.static CollectionDatabaseManager. getCollection(java.lang.String uri, java.lang.String username, java.lang.String password)Retrieves aCollectioninstance from the database for the given URI. -
Uses of Collection in org.xmldb.api.base
Methods in org.xmldb.api.base that return Collection Modifier and Type Method Description CollectionCollection. getChildCollection(java.lang.String name)Returns aCollectioninstance for the requested child collection if it exists.CollectionDatabase. getCollection(java.lang.String uri, java.lang.String username, java.lang.String password)Retrieves aCollectioninstance based on the URI provided in theuriparameter.CollectionCollection. getParentCollection()Returns the parent collection for this collection or null if no parent collection exists.CollectionResource. getParentCollection()Returns theCollectioninstance that this resource is associated with.Methods in org.xmldb.api.base with parameters of type Collection Modifier and Type Method Description voidService. setCollection(Collection col)Sets the Collection attribute of the Service object -
Uses of Collection in org.xmldb.api.modules
Methods in org.xmldb.api.modules that return Collection Modifier and Type Method Description CollectionCollectionManagementService. createCollection(java.lang.String name)Creates a newCollectionin the database.
-