Uses of Interface
org.xmldb.api.base.Collection
Packages that use Collection
-
Uses of Collection in org.xmldb.api
Methods in org.xmldb.api that return CollectionModifier and TypeMethodDescriptionstatic CollectionDatabaseManager.getCollection(String uri) Retrieves aCollectioninstance from the database for the given URI.static CollectionDatabaseManager.getCollection(String uri, String username, 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 CollectionModifier and TypeMethodDescriptionCollection.getChildCollection(String name) Returns aCollectioninstance for the requested child collection if it exists.Database.getCollection(String uri, String username, String password) Retrieves aCollectioninstance based on the URI provided in theuriparameter.Collection.getParentCollection()Returns the parent collection for this collection or null if no parent collection exists.Resource.getParentCollection()Returns theCollectioninstance that this resource is associated with.Methods in org.xmldb.api.base with parameters of type CollectionModifier and TypeMethodDescriptionvoidService.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 CollectionModifier and TypeMethodDescriptionCollectionManagementService.createCollection(String name) Creates a newCollectionin the database.